From: florian Date: Thu, 29 Nov 2012 21:43:05 +0000 (+0000) Subject: [buildroot] disable sstrip when using musl X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ccbddd608389f38fc9cdd2398babdf04da54126c;ds=sidebyside [buildroot] disable sstrip when using musl Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34427 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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