aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-01-29 23:05:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-01-29 23:05:43 +0000
commit07714a8422d1dd155849d14f6f9e22df0650419b (patch)
treefdcbd4ccefe67c98457fd32e358abf2ef4b0ca1f /Config.in
parent93c31da5f9d7f814621809d37a17f9030233d106 (diff)
downloadmaster-187ad058-07714a8422d1dd155849d14f6f9e22df0650419b.tar.gz
master-187ad058-07714a8422d1dd155849d14f6f9e22df0650419b.tar.bz2
master-187ad058-07714a8422d1dd155849d14f6f9e22df0650419b.zip
[buildroot] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in1
1 files changed, 0 insertions, 1 deletions
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