Browse Source

busybox: fix typo in last commit, thx Nico

SVN-Revision: 19853
Jo-Philipp Wich 16 years ago
parent
commit
f82546764a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/Makefile

+ 1 - 1
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 \{\} \;