From beb83c1e59a87c8283791aa573f94906374de379 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 10 Oct 2008 01:44:55 +0000
Subject: [PATCH] add function names to quilt-generated patch files to make
 patches more readable

SVN-Revision: 12938
---
 include/quilt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/quilt.mk b/include/quilt.mk
index 07bab8b440..70bc84e4cc 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -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 -p ab --no-index --quiltrc=/dev/null --no-timestamps; \
+		QUILT_DIFF_OPTS="-p" quilt refresh -p ab --no-index --quiltrc=/dev/null --no-timestamps; \
 	done; ! quilt next 2>/dev/null >/dev/null
 	$(Quilt/Refresh)
 	
-- 
GitLab