ipkg-build: suppress timestamps in gzip headers
[openwrt.git] / scripts / ipkg-build
index c466f28..6787ed4 100755 (executable)
@@ -13,6 +13,7 @@ version=1.0
 FIND="$(which find)"
 FIND="${FIND:-$(which gfind)}"
 TAR="${TAR:-$(which tar)}"
+export GZIP="-n"
 
 ipkg_extract_value() {
        sed -e "s/^[^:]*:[[:space:]]*//"