From: Arne Fitzenreiter Date: Fri, 11 Aug 2023 14:48:49 +0000 (+0200) Subject: kernel: build it after all other programs X-Git-Tag: v2.27-core178~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45c75a55a96792ccbb1db73f419f56ac41153513;p=ipfire-2.x.git kernel: build it after all other programs this fix missing firmwares and early microcode load. Signed-off-by: Arne Fitzenreiter --- diff --git a/make.sh b/make.sh index e0db036193..30a0faa6a8 100755 --- a/make.sh +++ b/make.sh @@ -1132,17 +1132,6 @@ buildipfire() { lfsmake2 iproute2 lfsmake2 screen lfsmake2 elfutils - - # Kernelbuild ... current we have no platform that need - # multi kernel builds so KCFG is empty - lfsmake2 linux KCFG="" - lfsmake2 rtl8189es KCFG="" - lfsmake2 rtl8189fs KCFG="" - lfsmake2 rtl8812au KCFG="" - lfsmake2 rtl8822bu KCFG="" - lfsmake2 rtl8821cu KCFG="" - lfsmake2 linux-initrd KCFG="" - lfsmake2 expat lfsmake2 libconfig lfsmake2 curl @@ -1709,6 +1698,16 @@ buildipfire() { lfsmake2 perl-MIME-Base32 lfsmake2 perl-URI-Encode lfsmake2 rsnapshot + + # Kernelbuild ... current we have no platform that need + # multi kernel builds so KCFG is empty + lfsmake2 linux KCFG="" + lfsmake2 rtl8189es KCFG="" + lfsmake2 rtl8189fs KCFG="" + lfsmake2 rtl8812au KCFG="" + lfsmake2 rtl8822bu KCFG="" + lfsmake2 rtl8821cu KCFG="" + lfsmake2 linux-initrd KCFG="" } buildinstaller() {