add backported HSO driver

SVN-Revision: 11938
This commit is contained in:
Imre Kaloz 2008-07-26 17:01:54 +00:00
parent 3035d2e7c9
commit 4a3cc5d9a7
3 changed files with 2936 additions and 1 deletions

View File

@ -574,6 +574,25 @@ endef
$(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
$(call usbdep,kmod-usb-net @LINUX_2_6)
TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors

View File

@ -1166,7 +1166,8 @@ CONFIG_RAMFS=y
# CONFIG_RELAY is not set
# CONFIG_RESOURCES_64BIT 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_ROSE is not set
CONFIG_RPCSEC_GSS_KRB5=m

File diff suppressed because it is too large Load Diff