diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-01-02 12:15:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-01-02 12:15:20 +0000 |
commit | 492534683937c0a015c748f0cafb74ee080590c6 (patch) | |
tree | d0a1903a1b8b54dd2ffa6508d988de4a77e7ba03 /package/kernel | |
parent | 1a2539e77ebf6cf5df1a723535c146a9d89bf2a2 (diff) | |
download | master-187ad058-492534683937c0a015c748f0cafb74ee080590c6.tar.gz master-187ad058-492534683937c0a015c748f0cafb74ee080590c6.tar.bz2 master-187ad058-492534683937c0a015c748f0cafb74ee080590c6.zip |
[package] enable hso on ar71xx (#6432)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18995 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a23c3a3ceb..4dd498679b 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -811,7 +811,7 @@ $(eval $(call KernelPackage,textsearch)) define KernelPackage/rfkill SUBMENU:=$(OTHER_MENU) TITLE:=RF switch subsystem support - DEPENDS:=@TARGET_x86||TARGET_olpc||TARGET_s3c24xx||TARGET_brcm47xx + DEPENDS:=@TARGET_x86||TARGET_olpc||TARGET_s3c24xx||TARGET_brcm47xx||TARGET_ar71xx KCONFIG:= \ CONFIG_RFKILL \ CONFIG_RFKILL_INPUT=y \ |