mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
[package] busybox: fix typo in last commit, thx Nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7b4daec361
commit
ba973b805e
@ -70,7 +70,7 @@ define Build/Compile
|
|||||||
KBUILD_HAVE_NLS=no \
|
KBUILD_HAVE_NLS=no \
|
||||||
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
|
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
ARCH="$(ARCH)" \
|
ARCH="$(ARCH)" \
|
||||||
SKIP_STIP=y \
|
SKIP_STRIP=y \
|
||||||
all
|
all
|
||||||
rm -rf $(PKG_INSTALL_DIR)
|
rm -rf $(PKG_INSTALL_DIR)
|
||||||
$(FIND) $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
|
$(FIND) $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
|
||||||
|
Loading…
Reference in New Issue
Block a user