From 478207f61c4f14e5b8bbe2dcf7a27ff37f314653 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 17 Oct 2012 22:46:16 +0000 Subject: ixp4xx/cns3xxx: add rfkill module support Both ixp4xx and cns3xxx targets support RFKILL in the kernel. Also add a RFKILL_GPIO default for kernel config Signed-off-by: Tim Harvey git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33831 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/kernel/modules/other.mk') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 57614387a..f370f6512 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -363,7 +363,8 @@ define KernelPackage/rfkill KCONFIG:= \ CONFIG_RFKILL \ CONFIG_RFKILL_INPUT=y \ - CONFIG_RFKILL_LEDS=y + CONFIG_RFKILL_LEDS=y \ + CONFIG_RFKILL_GPIO=y FILES:= \ $(LINUX_DIR)/net/rfkill/rfkill.ko AUTOLOAD:=$(call AutoLoad,20,rfkill) -- cgit v1.2.3