[source] kernel: do not enable the unpackaged rfkill-gpio driver
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 29 09:26:24 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1
commit 31e0f0aec06e2dc2677cdcfea6f5284d8cbc04c1
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Sep 29 18:25:49 2016 +0200
kernel: do not enable the unpackaged rfkill-gpio driver
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
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 ffb7b88..9d3a290 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)
More information about the lede-commits
mailing list