1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-02 17:11:19 +02:00

enable hso on ar71xx (#6432)

SVN-Revision: 18995
This commit is contained in:
Florian Fainelli 2010-01-02 12:15:20 +00:00
parent 023c474951
commit 5acf538f13

@ -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 \