summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-12 22:24:37 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-12 22:24:37 +0000
commitefe19f020024cce0319c2db4c3fd8e42dd9c3a28 (patch)
treed46f6e99fc3dd7c8b3554ff1ec3aabe337627cb8 /package/busybox
parent60bad517034f0460b29aca6d712fa8787fe68649 (diff)
downloadmaster-31e0f0ae-efe19f020024cce0319c2db4c3fd8e42dd9c3a28.tar.gz
master-31e0f0ae-efe19f020024cce0319c2db4c3fd8e42dd9c3a28.tar.bz2
master-31e0f0ae-efe19f020024cce0319c2db4c3fd8e42dd9c3a28.zip
Remove symbolic links to non-existent applets (#1770)
SVN-Revision: 7600
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile1
1 files changed, 1 insertions, 0 deletions
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)" \