From: Florian Fainelli Date: Tue, 12 Jun 2007 22:24:37 +0000 (+0000) Subject: Remove symbolic links to non-existent applets (#1770) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=efe19f020024cce0319c2db4c3fd8e42dd9c3a28;p=openwrt%2Fstaging%2Frobimarko.git Remove symbolic links to non-existent applets (#1770) SVN-Revision: 7600 --- diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 3bdc125d58..38740fdbfd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -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)" \