Author: jow
Date: 2015-07-28 01:49:48 +0200 (Tue, 28 Jul 2015)
New Revision: 46515

Modified:
   branches/chaos_calmer/target/sdk/files/Config.in
Log:
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 <[email protected]>

Backport of r46514

Modified: branches/chaos_calmer/target/sdk/files/Config.in
===================================================================
--- branches/chaos_calmer/target/sdk/files/Config.in    2015-07-27 23:45:15 UTC 
(rev 46514)
+++ branches/chaos_calmer/target/sdk/files/Config.in    2015-07-27 23:49:48 UTC 
(rev 46515)
@@ -1,2 +1,7 @@
+config MODULES
+       bool
+       default y
+       option modules
+
 source "Config-build.in"
 source "tmp/.config-package.in"
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to