From 31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 29 Sep 2016 18:25:49 +0200 Subject: kernel: do not enable the unpackaged rfkill-gpio driver Signed-off-by: Felix Fietkau --- package/kernel/linux/modules/other.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index ffb7b88ec1..9d3a290055 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -400,8 +400,7 @@ define KernelPackage/rfkill KCONFIG:= \ CONFIG_RFKILL_FULL \ CONFIG_RFKILL_INPUT=y \ - CONFIG_RFKILL_LEDS=y \ - CONFIG_RFKILL_GPIO=y + CONFIG_RFKILL_LEDS=y FILES:= \ $(LINUX_DIR)/net/rfkill/rfkill.ko AUTOLOAD:=$(call AutoLoad,20,rfkill) -- cgit v1.2.3