Author: jow
Date: 2015-07-28 01:50:05 +0200 (Tue, 28 Jul 2015)
New Revision: 46516

Modified:
   branches/barrier_breaker/target/sdk/files/Config.in
Log:
BB: 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/barrier_breaker/target/sdk/files/Config.in
===================================================================
--- branches/barrier_breaker/target/sdk/files/Config.in 2015-07-27 23:49:48 UTC 
(rev 46515)
+++ branches/barrier_breaker/target/sdk/files/Config.in 2015-07-27 23:50:05 UTC 
(rev 46516)
@@ -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