diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-15 13:31:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-15 13:31:31 +0000 |
commit | 12b3909f1ba425f76f90685c2446fa45d969b87f (patch) | |
tree | e6fd43122dfbc64d7643c633c8de6c8377042ec1 | |
parent | a062e08bb4f56ffe86ae3f754675ea248160438f (diff) | |
download | upstream-12b3909f1ba425f76f90685c2446fa45d969b87f.tar.gz upstream-12b3909f1ba425f76f90685c2446fa45d969b87f.tar.bz2 upstream-12b3909f1ba425f76f90685c2446fa45d969b87f.zip |
make static host utility linking default to off
SVN-Revision: 33197
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ menu "Global build settings" instead of the default OpenWrt stubs. If uClibc is used, it is also built with locale support. config BUILD_STATIC_TOOLS - default y + default n bool "Attempt to link host utilities statically" help Linking host utilities like sed or firmware-utils statically increases the portability of the |