diff options
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 a23c3a3ce..4dd498679 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 \ | 
