From a68f386663f09d3abb315fd8d01e5733547c3005 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Thu, 29 Nov 2012 21:43:05 +0000
Subject: [PATCH] disable sstrip when using musl

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

SVN-Revision: 34427
---
 Config.in | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.30.2