busybox: fix typo in last commit, thx Nico
SVN-Revision: 19853
This commit is contained in:
parent
675b9b5f54
commit
f82546764a
1 changed files with 1 additions and 1 deletions
|
@ -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 \{\} \;
|
||||
|
|
Loading…
Reference in a new issue