X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cd0d52cbccd8c66fd7b28a35eb69efdc4231201f..a9ffe1dd47c3c19501ae928a06f956e2259363d3:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 799372fad..aac9d21e3 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -38,6 +38,7 @@ endef define Package/busybox/install $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" PREFIX="$(1)" \ EXTRA_CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) install + -rm -rf $(1)/lib64 endef $(eval $(call BuildPackage,busybox))