diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-04-26 12:49:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-04-26 12:49:11 +0000 |
commit | 70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3 (patch) | |
tree | 862a2a66f3f98e5c68044c3aa7de7a7ae80573e7 /package/kernel | |
parent | aab2d9371b3e1d7fe683faa30bf2131347a2fee1 (diff) | |
download | upstream-70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3.tar.gz upstream-70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3.tar.bz2 upstream-70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3.zip |
kernel: disable kmod-rfkill on UML
SVN-Revision: 15425
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 6340e6f413..56f6c36ca9 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -855,7 +855,7 @@ $(eval $(call KernelPackage,textsearch)) define KernelPackage/rfkill SUBMENU:=$(OTHER_MENU) TITLE:=RF switch subsystem support - DEPENDS:=@LINUX_2_6 @!LINUX_2_6_21 @!TARGET_rb532 @!TARGET_avr32 @!TARGET_brcm47xx @!TARGET_s3c24xx @!TARGET_ifxmips @!TARGET_atheros @!TARGET_adm5120 @!TARGET_ar7 @!TARGET_ppc40x @!TARGET_ixp4xx @!TARGET_rdc + DEPENDS:=@LINUX_2_6 @!LINUX_2_6_21 @!TARGET_rb532 @!TARGET_avr32 @!TARGET_brcm47xx @!TARGET_s3c24xx @!TARGET_ifxmips @!TARGET_atheros @!TARGET_adm5120 @!TARGET_ar7 @!TARGET_ppc40x @!TARGET_ixp4xx @!TARGET_rdc @!TARGET_uml KCONFIG:= \ CONFIG_RFKILL \ CONFIG_RFKILL_INPUT \ |