From f82546764a4cdabbdc226b73f2c7c44b1818edd3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 25 Feb 2010 00:48:13 +0000 Subject: busybox: fix typo in last commit, thx Nico SVN-Revision: 19853 --- package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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 \{\} \; -- cgit v1.2.3