summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-26 12:49:11 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-26 12:49:11 +0000
commit70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3 (patch)
tree862a2a66f3f98e5c68044c3aa7de7a7ae80573e7 /package/kernel/modules/other.mk
parentaab2d9371b3e1d7fe683faa30bf2131347a2fee1 (diff)
downloadmtk-20170518-70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3.zip
mtk-20170518-70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3.tar.gz
mtk-20170518-70c8870f649fc3194ace0fb34cf1dcf4e2ddf9b3.tar.bz2
kernel: disable kmod-rfkill on UML
SVN-Revision: 15425
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 6340e6f..56f6c36 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 \