From 8b895d170383aea017df5afe1d44ea446c58e467 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 29 Jan 2013 23:05:43 +0000
Subject: [PATCH] allow using sstrip with musl

There was no particular reason for it to be disabled so allow it.

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

SVN-Revision: 35405
---
 Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Config.in b/Config.in
index 24ea2205d2..6f81e0bdd8 100644
--- a/Config.in
+++ b/Config.in
@@ -536,7 +536,6 @@ menu "Global build settings"
 			depends !DEBUG
 			depends !USE_GLIBC
 			depends !USE_EGLIBC
-			depends !USE_MUSL
 			help
 			  This will install binaries stripped using sstrip
 	endchoice
-- 
GitLab