From 986ec565074ace44385c0c100cedacf8bd42c0e2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 27 Sep 2016 19:06:07 +0200 Subject: rfkill: add fake rfkill support allow building of modules depending on RFKILL even if RFKILL is not enabled. Signed-off-by: John Crispin --- package/kernel/linux/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 358e83a4d4..ffb7b88ec1 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -398,7 +398,7 @@ define KernelPackage/rfkill TITLE:=RF switch subsystem support DEPENDS:=@USE_RFKILL +kmod-input-core KCONFIG:= \ - CONFIG_RFKILL \ + CONFIG_RFKILL_FULL \ CONFIG_RFKILL_INPUT=y \ CONFIG_RFKILL_LEDS=y \ CONFIG_RFKILL_GPIO=y -- cgit v1.2.3