X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/880fc7385ae8b714f00d63432b1a52c29084a30c..b7660536c6ed47d9c16645534599a3d63295ca82:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 8e8c6c9a6..2180df3b3 100644 --- a/package/Makefile +++ b/package/Makefile @@ -89,7 +89,7 @@ $(curdir)/rootfs-prepare: $(TMP_DIR)/.build $(call mklibs) $(curdir)/index: FORCE - @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages && \ + @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . 2>&1 > Packages && \ gzip -9c Packages > Packages.gz \ )