aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-29 18:16:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-29 18:16:55 +0000
commit37b7f67d00c2c143289c1d4a52515fc2cb1bf981 (patch)
tree65be2482de4afe8a10cebf5e77db01c9ff79a0f2 /Config.in
parente4b055fa7f5e719ffabea919c8139d0bd96d9a97 (diff)
downloadmaster-187ad058-37b7f67d00c2c143289c1d4a52515fc2cb1bf981.tar.gz
master-187ad058-37b7f67d00c2c143289c1d4a52515fc2cb1bf981.tar.bz2
master-187ad058-37b7f67d00c2c143289c1d4a52515fc2cb1bf981.zip
build: fix the strip default for musl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35389 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 5da7c0ad19..24ea2205d2 100644
--- a/Config.in
+++ b/Config.in
@@ -515,7 +515,7 @@ menu "Global build settings"
choice
prompt "Binary stripping method"
default USE_STRIP if EXTERNAL_TOOLCHAIN
- default USE_STRIP if USE_GLIBC || USE_EGLIBC
+ default USE_STRIP if USE_GLIBC || USE_EGLIBC || USE_MUSL
default USE_SSTRIP
help
Select the binary stripping method you wish to use.