[package] busybox: fix typo in last commit, thx Nico
[openwrt.git] / package / busybox / Makefile
index c538061..714d0c4 100644 (file)
@@ -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 \{\} \;
This page took 0.024024 seconds and 4 git commands to generate.