busybox: fix typo in last commit, thx Nico

SVN-Revision: 19853
This commit is contained in:
Jo-Philipp Wich 2010-02-25 00:48:13 +00:00
parent 675b9b5f54
commit f82546764a
1 changed files with 1 additions and 1 deletions

View File

@ -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 \{\} \;