summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
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)" \