summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-25 00:48:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-25 00:48:13 +0000
commitf82546764a4cdabbdc226b73f2c7c44b1818edd3 (patch)
treeeaac6a90b03e5b14f01e1e7c0e80e1bc54ba44fb /package/busybox/Makefile
parent675b9b5f542b6b5b0e7919a10a3457da9b0cb62b (diff)
downloadmaster-31e0f0ae-f82546764a4cdabbdc226b73f2c7c44b1818edd3.tar.gz
master-31e0f0ae-f82546764a4cdabbdc226b73f2c7c44b1818edd3.tar.bz2
master-31e0f0ae-f82546764a4cdabbdc226b73f2c7c44b1818edd3.zip
busybox: fix typo in last commit, thx Nico
SVN-Revision: 19853
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
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 \{\} \;