diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:13:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-15 07:13:00 +0000 |
commit | 44e0ac47f47cc971ee632356a67dee37bb75f627 (patch) | |
tree | 41968e70623b180c3a55c39dd9d10b3b31ae9e16 /package | |
parent | d6ced93638d2660ab7dc3e82a257f5f5a77e9d2c (diff) | |
download | upstream-44e0ac47f47cc971ee632356a67dee37bb75f627.tar.gz upstream-44e0ac47f47cc971ee632356a67dee37bb75f627.tar.bz2 upstream-44e0ac47f47cc971ee632356a67dee37bb75f627.zip |
rfkill config cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16471 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 309e25b929..74905e1234 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 \ |