aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-01-02 12:15:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-01-02 12:15:20 +0000
commit5acf538f1380f40f80d650a7d0ac655b9e362446 (patch)
tree8df48254cdbfc9810d60027c2af62a49404e7fda /package/kernel
parent023c474951a4948ddd4ad1b1e9f9f0b7bce06c5c (diff)
downloadupstream-5acf538f1380f40f80d650a7d0ac655b9e362446.tar.gz
upstream-5acf538f1380f40f80d650a7d0ac655b9e362446.tar.bz2
upstream-5acf538f1380f40f80d650a7d0ac655b9e362446.zip
enable hso on ar71xx (#6432)
SVN-Revision: 18995
Diffstat (limited to 'package/kernel')
-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 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 \