summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-15 07:13:00 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-06-15 07:13:00 +0000
commite01651285fc7a3e86143c435d1278ed1bba6a735 (patch)
treef6fd992424261645ec1ffa12afe02c0289e0f161 /package/kernel/modules/other.mk
parent1e470c10f3af3503154c271dbd8ba6109a5c5fd0 (diff)
downloadmtk-20170518-e01651285fc7a3e86143c435d1278ed1bba6a735.zip
mtk-20170518-e01651285fc7a3e86143c435d1278ed1bba6a735.tar.gz
mtk-20170518-e01651285fc7a3e86143c435d1278ed1bba6a735.tar.bz2
rfkill config cleanup
SVN-Revision: 16471
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 309e25b..74905e1 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -761,7 +761,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 @!TARGET_uml
+ DEPENDS:=@TARGET_x86||TARGET_olpc||TARGET_s3c24xx||TARGET_brcm47xx
KCONFIG:= \
CONFIG_RFKILL \
CONFIG_RFKILL_INPUT \