projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add support for marking specific kernel module packages as potentially being required...
[openwrt.git]
/
toolchain
/
uClibc
/
Config.in
diff --git
a/toolchain/uClibc/Config.in
b/toolchain/uClibc/Config.in
index
e7f016a
..
82e978a
100644
(file)
--- a/
toolchain/uClibc/Config.in
+++ b/
toolchain/uClibc/Config.in
@@
-18,3
+18,11
@@
choice
depends BROKEN
endchoice
+
+
+# Debug version.
+
+config UCLIBC_ENABLE_DEBUG
+ bool "Build with debug information"
+ depends on TOOLCHAINOPTS && USE_UCLIBC
+ default n
This page took
0.023959 seconds
and
4
git commands to generate.