diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-25 00:48:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-25 00:48:13 +0000 |
commit | f82546764a4cdabbdc226b73f2c7c44b1818edd3 (patch) | |
tree | eaac6a90b03e5b14f01e1e7c0e80e1bc54ba44fb /package/busybox | |
parent | 675b9b5f542b6b5b0e7919a10a3457da9b0cb62b (diff) | |
download | upstream-f82546764a4cdabbdc226b73f2c7c44b1818edd3.tar.gz upstream-f82546764a4cdabbdc226b73f2c7c44b1818edd3.tar.bz2 upstream-f82546764a4cdabbdc226b73f2c7c44b1818edd3.zip |
busybox: fix typo in last commit, thx Nico
SVN-Revision: 19853
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index c538061198..714d0c4652 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 \{\} \; |