From 4a242715e346d4eaa847459fa37c32e852431e48 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 25 Jul 2023 11:16:59 +0000 Subject: [PATCH] make.sh: Build Git earlier as we need it to apply binary patches The Linux firmware microcode patches require Git to apply binary patches as they are not supported by patch(8). Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 57b6c6f155..071c867384 100755 --- a/make.sh +++ b/make.sh @@ -1113,6 +1113,7 @@ buildipfire() { lfsmake2 pptp lfsmake2 unzip lfsmake2 which + lfsmake2 git lfsmake2 linux-firmware lfsmake2 dvb-firmwares lfsmake2 zd1211-firmware @@ -1494,7 +1495,6 @@ buildipfire() { lfsmake2 libstatgrab lfsmake2 liboping lfsmake2 collectd - lfsmake2 git lfsmake2 elinks lfsmake2 igmpproxy lfsmake2 opus -- 2.39.5