[OpenWrt-Devel] [PATCH 1/4] fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere
Yousong Zhou
yszhou4tech at gmail.com
Tue Jul 3 06:12:03 EDT 2018
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
scripts/fixup-makefile.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/fixup-makefile.pl b/scripts/fixup-makefile.pl
index 9026ddcce4..b6f1c74738 100755
--- a/scripts/fixup-makefile.pl
+++ b/scripts/fixup-makefile.pl
@@ -26,7 +26,7 @@ sub set_var($) {
$state{related_var} = "URL";
} else {
$state{context} = 1;
- $state{related_var} = "PKG_SOURCE";
+ $state{related_var} = "PKG_SOURCE_URL";
}
}
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list