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 | c6db557b151c2ca443d58f24ea198c82130c9cd8 (patch) | |
tree | c5f82880175ce34812c5c1c4cbdc88fa2f37b5f3 /package/busybox | |
parent | 5c2be70d883924272d093674315de1df0c430afb (diff) | |
download | master-187ad058-c6db557b151c2ca443d58f24ea198c82130c9cd8.tar.gz master-187ad058-c6db557b151c2ca443d58f24ea198c82130c9cd8.tar.bz2 master-187ad058-c6db557b151c2ca443d58f24ea198c82130c9cd8.zip |
[package] busybox: fix typo in last commit, thx Nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19853 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \{\} \; |