summaryrefslogtreecommitdiff
path: root/package/busybox
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
parent675b9b5f542b6b5b0e7919a10a3457da9b0cb62b (diff)
downloadmtk-20170518-f82546764a4cdabbdc226b73f2c7c44b1818edd3.zip
mtk-20170518-f82546764a4cdabbdc226b73f2c7c44b1818edd3.tar.gz
mtk-20170518-f82546764a4cdabbdc226b73f2c7c44b1818edd3.tar.bz2
busybox: fix typo in last commit, thx Nico
SVN-Revision: 19853
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index c538061..714d0c4 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 \{\} \;