[source] kernel: add missing config symbols
LEDE Commits
lede-commits at lists.infradead.org
Wed Sep 28 08:03:46 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/71144844e109bbf0ef62984eeadabbf5702a1cee
commit 71144844e109bbf0ef62984eeadabbf5702a1cee
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Sep 28 16:59:04 2016 +0200
kernel: add missing config symbols
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/generic/config-4.4 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index c6fc642..f10887d 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
@@ -2804,6 +2804,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_ORION_WATCHDOG is not set
# CONFIG_OSF_PARTITION is not set
CONFIG_OVERLAY_FS=y
+# CONFIG_OWL_LOADER is not set
# CONFIG_P54_COMMON is not set
# CONFIG_PA12203001 is not set
CONFIG_PACKET=y
@@ -3151,7 +3152,8 @@ CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3
# CONFIG_RELAY is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_RFD_FTL is not set
-# CONFIG_RFKILL is not set
+CONFIG_RFKILL=y
+# CONFIG_RFKILL_FULL is not set
# CONFIG_RFKILL_INPUT is not set
# CONFIG_RFKILL_REGULATOR is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
More information about the lede-commits
mailing list