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