From c6380a3c3b43d5602157a1aa493de6e8441c6364 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 2 Jan 2010 12:15:20 +0000 Subject: [PATCH] [package] enable hso on ar71xx (#6432) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18995 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.35.1