add backported HSO driver
SVN-Revision: 11938
This commit is contained in:
parent
3035d2e7c9
commit
4a3cc5d9a7
3 changed files with 2936 additions and 1 deletions
|
@ -574,6 +574,25 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-net-asix))
|
$(eval $(call KernelPackage,usb-net-asix))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-hso
|
||||||
|
$(call usbdep,kmod-usb-net @LINUX_2_6)
|
||||||
|
TITLE:=Kernel module for Option USB High Speed Mobile Devices
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_RFKILL \
|
||||||
|
CONFIG_USB_HSO
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/net/rfkill/rfkill.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/drivers/$(USBNET_DIR)/hso.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,61,rfkill hso)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-hso/description
|
||||||
|
Kernel module for Option USB High Speed Mobile Devices
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-net-hso))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-net-kaweth
|
define KernelPackage/usb-net-kaweth
|
||||||
$(call usbdep,kmod-usb-net @LINUX_2_6)
|
$(call usbdep,kmod-usb-net @LINUX_2_6)
|
||||||
TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
|
TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
|
||||||
|
|
|
@ -1166,7 +1166,8 @@ CONFIG_RAMFS=y
|
||||||
# CONFIG_RELAY is not set
|
# CONFIG_RELAY is not set
|
||||||
# CONFIG_RESOURCES_64BIT is not set
|
# CONFIG_RESOURCES_64BIT is not set
|
||||||
# CONFIG_RFD_FTL is not set
|
# CONFIG_RFD_FTL is not set
|
||||||
# CONFIG_RFKILL is not set
|
CONFIG_RFKILL=m
|
||||||
|
# CONFIG_RFKILL_INPUT is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_ROSE is not set
|
# CONFIG_ROSE is not set
|
||||||
CONFIG_RPCSEC_GSS_KRB5=m
|
CONFIG_RPCSEC_GSS_KRB5=m
|
||||||
|
|
2915
target/linux/generic-2.6/patches-2.6.26/915-hso-backport.patch
Normal file
2915
target/linux/generic-2.6/patches-2.6.26/915-hso-backport.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue