mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 01:11:09 +02:00
[PATCH] add config option for RNDIS
Adds the kernel config option for RNDIS, used by some USB ADSL modems. Not selected by default, yet. Signed-off-by: Andrea Borgia <andrea@borgia.bo.it> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15289 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
46e50210bd
commit
3704ea3772
@ -635,6 +635,22 @@ endef
|
||||
$(eval $(call KernelPackage,usb-net-cdc-ether))
|
||||
|
||||
|
||||
define KernelPackage/usb-net-rndis
|
||||
$(call usbdep,kmod-usb-net @LINUX_2_6)
|
||||
TITLE:=Support for RNDIS connections
|
||||
DEPENDS:=+kmod-usb-net-cdc-ether
|
||||
KCONFIG:=CONFIG_USB_NET_RNDIS_HOST
|
||||
FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/rndis_host.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,62,rndis_host)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-net-rndis/description
|
||||
Kernel support for RNDIS connections
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-net-rndis))
|
||||
|
||||
|
||||
define KernelPackage/usb-hid
|
||||
$(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev +kmod-hid)
|
||||
TITLE:=Support for USB Human Input Devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user