summaryrefslogtreecommitdiffstats
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
commitbe55b0f3f446c40086e04dae8abd50f02b153b83 (patch)
treed545b2188ef8a2e5d10d0ba6fe62d8ebc72de012 /Config.in
parent71522ce16064d1aa74c0c9a31fb139ba89850239 (diff)
downloadmaster-31e0f0ae-be55b0f3f446c40086e04dae8abd50f02b153b83.tar.gz
master-31e0f0ae-be55b0f3f446c40086e04dae8abd50f02b153b83.tar.bz2
master-31e0f0ae-be55b0f3f446c40086e04dae8abd50f02b153b83.zip
build: fix the strip default for musl
SVN-Revision: 35389
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.