diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-09-28 08:29:50 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-28 08:37:44 +0200 |
commit | 96b59dc383115d9ac54de8031b2c2faa7f4ed757 (patch) | |
tree | d5d23f7d5630c08912947257dc1e7a4439d2e8b6 /target | |
parent | 986ec565074ace44385c0c100cedacf8bd42c0e2 (diff) | |
download | upstream-96b59dc383115d9ac54de8031b2c2faa7f4ed757.tar.gz upstream-96b59dc383115d9ac54de8031b2c2faa7f4ed757.tar.bz2 upstream-96b59dc383115d9ac54de8031b2c2faa7f4ed757.zip |
kernel: add missing config symbol after rfkill change
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index ba4b8c15f7..c6fc642dbd 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -901,6 +901,7 @@ CONFIG_DEFAULT_SECURITY="" CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +# CONFIG_DELL_RBTN is not set # CONFIG_DELL_SMO8800 is not set # CONFIG_DEPRECATED_PARAM_STRUCT is not set # CONFIG_DETECT_HUNG_TASK is not set |