[adm5120] fix gpio number of the reset button Compex WP54 boards
[openwrt/svn-archive/archive.git] / include / quilt.mk
index c310fd99acd2081a572dc96f1a4be1dd0feeb3e2..ffc5850d853d52a1802f2d22afd4148dd15e760d 100644 (file)
@@ -148,7 +148,7 @@ define Build/Quilt
   refresh: quilt-check
        @cd $(PKG_BUILD_DIR); quilt pop -a -f >/dev/null 2>/dev/null
        @cd $(PKG_BUILD_DIR); while quilt next 2>/dev/null >/dev/null && quilt push; do \
-               quilt refresh; \
+               quilt refresh -p ab --no-index --quiltrc=/dev/null --no-timestamps; \
        done; ! quilt next 2>/dev/null >/dev/null
        $(Quilt/Refresh)