From: jow Date: Thu, 25 Feb 2010 00:48:13 +0000 (+0000) Subject: [package] busybox: fix typo in last commit, thx Nico X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/ba973b805ec0a0b6bf9b01bc5f4b1c2798090458 [package] busybox: fix typo in last commit, thx Nico git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19853 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \{\} \;