From fdd9627f5f0bd870d70313b9cff842e607f9f30e Mon Sep 17 00:00:00 2001 From: zhao Date: Sun, 23 Mar 2025 01:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20toolchain/build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- toolchain/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toolchain/build.sh b/toolchain/build.sh index 4299243..ad2b2ca 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -11,6 +11,9 @@ cd openwrt ./scripts/feeds update -a ./scripts/feeds install -a +# x86 - disable mitigations +sed -i 's/noinitrd/noinitrd mitigations=off/g' target/linux/x86/image/grub-efi.cfg + # gcc15 patches curl -s $Github/gcc-15/202-toolchain-gcc-add-support-for-GCC-15.patch | patch -p1