From: Felix Fietkau Date: Thu, 29 Sep 2016 16:25:49 +0000 (+0200) Subject: kernel: do not enable the unpackaged rfkill-gpio driver X-Git-Tag: v17.01.0-rc1~1323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1;p=thirdparty%2Fopenwrt.git kernel: do not enable the unpackaged rfkill-gpio driver Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index ffb7b88ec15..9d3a290055d 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)