X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7b4daec3618b8e7736c6fa4d96b43709b28dd7be..09b21a84773afe4c89566961edc003bc713fd994:/package/busybox/Makefile?ds=sidebyside diff --git a/package/busybox/Makefile b/package/busybox/Makefile index c53806119..714d0c465 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -70,7 +70,7 @@ define Build/Compile KBUILD_HAVE_NLS=no \ EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ ARCH="$(ARCH)" \ - SKIP_STIP=y \ + SKIP_STRIP=y \ all rm -rf $(PKG_INSTALL_DIR) $(FIND) $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;