1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:30:16 +02:00

Remove symbolic links to non-existent applets (#1770)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-12 22:24:37 +00:00
parent c8629107bd
commit fac7e45da2

View File

@ -70,6 +70,7 @@ define Build/Compile
endef
define Package/busybox/install
find $(PKG_BUILD_DIR) -lname busybox -exec rm \{\} \;
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
CROSS_COMPILE="$(TARGET_CROSS)" \