diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-09-29 18:25:49 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-29 18:25:49 +0200 |
commit | 31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1 (patch) | |
tree | f870ee8b289841f69468ac6cec6d8715f3ae41db /package | |
parent | 0b828e32497cc5ee437601c1a0d144c1b5cad60c (diff) | |
download | upstream-31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1.tar.gz upstream-31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1.tar.bz2 upstream-31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1.zip |
kernel: do not enable the unpackaged rfkill-gpio driver
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 3 |
1 files changed, 1 insertions, 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) |