更新 toolchain/build.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
8d490d33eb
commit
fdd9627f5f
@ -11,6 +11,9 @@ cd openwrt
|
|||||||
./scripts/feeds update -a
|
./scripts/feeds update -a
|
||||||
./scripts/feeds install -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
|
# gcc15 patches
|
||||||
curl -s $Github/gcc-15/202-toolchain-gcc-add-support-for-GCC-15.patch | patch -p1
|
curl -s $Github/gcc-15/202-toolchain-gcc-add-support-for-GCC-15.patch | patch -p1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user