sdk: provide explicit CONFIG_MODULES kconfig symbol
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Jul 2015 23:45:15 +0000 (23:45 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 27 Jul 2015 23:45:15 +0000 (23:45 +0000)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46514 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/sdk/files/Config.in

index 4a2f12e..6cb3fe8 100644 (file)
@@ -1,2 +1,7 @@
+config MODULES
+       bool
+       default y
+       option modules
+
 source "Config-build.in"
 source "tmp/.config-package.in"