projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
597e70e
)
- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 14 Jun 2006 17:33:57 +0000
(17:33 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 14 Jun 2006 17:33:57 +0000
(17:33 -0000)
CONFIG_STANDALONE, we'd need to toggle this on per default.
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 188f0f905ae2b2c07732275bca678a7d3e6b6891..d2c62b618f5ccdb6e666f176de61816b6b3cd8d8 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-238,8
+238,8
@@
config CONFIG_STATIC
config CONFIG_BUILD_LIBBUSYBOX
bool "Build shared libbusybox"
- depends on CONFIG_STANDALONE
default n
+ default y if CONFIG_STANDALONE
help
Build a shared library libbusybox.so which contains all
libraries used inside busybox.