diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-09-28 16:59:04 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-28 16:59:34 +0200 |
commit | 71144844e109bbf0ef62984eeadabbf5702a1cee (patch) | |
tree | 8206c31c07fb55f6b3ae42ed3506993e3ad234d4 /target | |
parent | 97c38e7f226da668ba2505abd0d9a11b235f521a (diff) | |
download | upstream-71144844e109bbf0ef62984eeadabbf5702a1cee.tar.gz upstream-71144844e109bbf0ef62984eeadabbf5702a1cee.tar.bz2 upstream-71144844e109bbf0ef62984eeadabbf5702a1cee.zip |
kernel: add missing config symbols
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index c6fc642dbd..f10887d44d 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 |