mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
busybox: fix typo in last commit, thx Nico
SVN-Revision: 19853
This commit is contained in:
parent
675b9b5f54
commit
f82546764a
@ -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 New Issue
Block a user