mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 16:54:43 +02:00
Fix removing links to applets (#1770)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7628 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
720eb91f48
commit
c21f714e30
@ -70,7 +70,7 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/busybox/install
|
define Package/busybox/install
|
||||||
find $(PKG_BUILD_DIR) -lname busybox -exec rm \{\} \;
|
find $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \;
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user