From: Florian Fainelli <florian@openwrt.org>
Date: Thu, 29 Nov 2012 21:43:05 +0000 (+0000)
Subject: disable sstrip when using musl
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a68f386663f09d3abb315fd8d01e5733547c3005;p=openwrt%2Fstaging%2Fthess.git

disable sstrip when using musl

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

SVN-Revision: 34427
---

diff --git a/Config.in b/Config.in
index 76acbe5944..8a00412751 100644
--- a/Config.in
+++ b/Config.in
@@ -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