Allow kexec-tools to be built for mipsel, tested on a routerboard 500
[openwrt.git] / include / quilt.mk
index c310fd9..ffc5850 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)
        
This page took 0.022036 seconds and 4 git commands to generate.