From 01ccf0225bf0df785e2798f02359926a6c4ce9e5 Mon Sep 17 00:00:00 2001 From: John Crispin 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 SVN-Revision: 33831 --- package/kernel/modules/001-depends.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/modules/001-depends.mk') diff --git a/package/kernel/modules/001-depends.mk b/package/kernel/modules/001-depends.mk index 6c49301..e0af735 100644 --- a/package/kernel/modules/001-depends.mk +++ b/package/kernel/modules/001-depends.mk @@ -24,11 +24,11 @@ endef define SetDepends/rfkill - DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini) + DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini||TARGET_cns3xxx||TARGET_ixp4xx) endef define AddDepends/rfkill - DEPENDS+= +(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86):kmod-rfkill $(1) + DEPENDS+= +(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_cns3xxx||TARGET_ixp4xx):kmod-rfkill $(1) endef -- cgit v1.1