sdk: provide explicit CONFIG_MODULES kconfig symbol
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Jul 2015 23:45:15 +0000 (23:45 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
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>
SVN-Revision: 46514

target/sdk/files/Config.in

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