add backported HSO driver

SVN-Revision: 11938
v19.07.3_mercusys_ac12_duma
Imre Kaloz 16 years ago
parent 3035d2e7c9
commit 4a3cc5d9a7

@ -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

@ -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

Loading…
Cancel
Save