diff options
author | Andy Boyett <agb@openwrt.org> | 2008-08-02 07:35:51 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-08-02 07:35:51 +0000 |
commit | 5a0f48c4996ca091e1679a7b93520c65c7a62cfc (patch) | |
tree | c48553604f35cda7854ce865a8a04b01c6bac55a /package | |
parent | 8e58c644fd2d73adc12f50b10c8aad9fcb5c5765 (diff) | |
download | upstream-5a0f48c4996ca091e1679a7b93520c65c7a62cfc.tar.gz upstream-5a0f48c4996ca091e1679a7b93520c65c7a62cfc.tar.bz2 upstream-5a0f48c4996ca091e1679a7b93520c65c7a62cfc.zip |
Fix broken hso kmod definition
SVN-Revision: 12074
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/usb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 04363d270f..345bee79ed 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -579,7 +579,7 @@ define KernelPackage/usb-net-hso TITLE:=Kernel module for Option USB High Speed Mobile Devices KCONFIG:= \ CONFIG_RFKILL \ - CONFIG_RFKILL_INPUT + CONFIG_RFKILL_INPUT \ CONFIG_USB_HSO FILES:= \ $(LINUX_DIR)/net/rfkill/rfkill.$(LINUX_KMOD_SUFFIX) \ |