Browse Source

kernel: do not enable the unpackaged rfkill-gpio driver

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
31e0f0aec0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package/kernel/linux/modules/other.mk

+ 1 - 2
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)