X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cc3cf69f41c1e939c02ec9602b7caaee9fb9cf49..5775f91347b6342e959e292eafa08a59c66e7880:/package/Makefile diff --git a/package/Makefile b/package/Makefile index a1f20b0b1..2a3354cf0 100644 --- a/package/Makefile +++ b/package/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2007 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -45,7 +45,9 @@ $(curdir)/rootfs-prepare: $(TMP_DIR)/.build $(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/ipkg) $(curdir)/index: FORCE - @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages) + @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages && \ + gzip -9c Packages > Packages.gz \ + ) $(curdir)/flags-install:= -j1