summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-12 22:24:37 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-12 22:24:37 +0000
commitfac7e45da294905b73bc7549e35ee750a0ebf2d5 (patch)
tree06fac3030dee2e20262b7359a44f60599feca533 /package/busybox
parentc8629107bd68de89f8fd978a572909171ca11e22 (diff)
Remove symbolic links to non-existent applets (#1770)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7600 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 3bdc125d5..38740fdbf 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)" \