[buildroot] disable sstrip when using musl

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34427 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2012-11-29 21:43:05 +00:00
parent 771a22992b
commit 3370969c29

View File

@@ -528,6 +528,7 @@ menu "Global build settings"
depends !DEBUG
depends !USE_GLIBC
depends !USE_EGLIBC
depends !USE_MUSL
help
This will install binaries stripped using sstrip
endchoice