r31166 changed the package format from gzip to xz, but didn't change PKG_CAT, causing the unpacking to fail.
Signed-off-by: Matthias Schiffer <[email protected]> --- tools/ccache/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 9bc0b59..1add546 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=3.1.7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://samba.org/ftp/ccache/ PKG_MD5SUM:=80a698c22d0b06b19c88ac58e8d8b632 -PKG_CAT:=zcat +PKG_CAT:=xzcat include $(INCLUDE_DIR)/host-build.mk -- 1.7.10 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
