aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-07-27 23:49:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-07-27 23:49:48 +0000
commit63beb2e75c59f4fa10018e1cb42078521fe7ab30 (patch)
tree1548356330ff76299fabd796764e9885fe958f32
parenta13fbbf184fcd554240f8a8300ad55f9f545a537 (diff)
downloadupstream-63beb2e75c59f4fa10018e1cb42078521fe7ab30.tar.gz
upstream-63beb2e75c59f4fa10018e1cb42078521fe7ab30.tar.bz2
upstream-63beb2e75c59f4fa10018e1cb42078521fe7ab30.zip
CC: sdk: provide explicit CONFIG_MODULES kconfig symbol
Extend the SDK Config.in file to explicitely declare a MODULES symbol with the "option modules" flag set in order to prevent a kconfig segmentation fault whenever a "depends m" dependency is encountered. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> Backport of r46514 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46515 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/sdk/files/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in
index 4a2f12e74f..6cb3fe8aef 100644
--- a/target/sdk/files/Config.in
+++ b/target/sdk/files/Config.in
@@ -1,2 +1,7 @@
+config MODULES
+ bool
+ default y
+ option modules
+
source "Config-build.in"
source "tmp/.config-package.in"