busybox: fix typo in last commit, thx Nico
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Feb 2010 00:48:13 +0000 (00:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Feb 2010 00:48:13 +0000 (00:48 +0000)
SVN-Revision: 19853

package/busybox/Makefile

index c5380611983ae0bd6cb11d614e763b74e900d240..714d0c46527cb252321ea85af4dcf466a040f3b1 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 \{\} \;