projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1602a8c
)
sdk: provide explicit CONFIG_MODULES kconfig symbol
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 27 Jul 2015 23:45:15 +0000
(23:45 +0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/target/sdk/files/Config.in
b/target/sdk/files/Config.in
index 4a2f12e74fc4e21c50f33813e326a6a9a6427753..6cb3fe8aefad4490d8a42e5d669c5c69c133efd5 100644
(file)
--- 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"