X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7a5c6744213c2db8419b4ce5f8c76afce3501479..edd500a49d9454ff072c5bec10715b43a65edf81:/package/busybox/Makefile 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)" \