mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fixes and add PAGE_TABLE_ISOLATION
This commit is contained in:
parent
79408b4704
commit
673cc73f36
6 changed files with 12 additions and 865 deletions
10
build.sh
10
build.sh
|
@ -82,11 +82,15 @@ echo "Building $OMR_DIST for the target $OMR_TARGET"
|
|||
cd source
|
||||
|
||||
if [ "$OMR_UEFI" = "yes" ] && [ "$OMR_TARGET" = "x86_64" ]; then
|
||||
patch -N -p1 < ../patches/uefi.patch
|
||||
if ! patch -Rf -N -p1 -s --dry-run < ../patches/uefi.patch; then
|
||||
patch -N -p1 -s < ../patches/uefi.patch
|
||||
fi
|
||||
else
|
||||
patch -N -R -p1 < ../patches/uefi.patch
|
||||
if ! patch -Nf -p1 -s --dry-run < ../patches/uefi.patch; then
|
||||
patch -N -R -p1 -s < ../patches/uefi.patch
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Done"
|
||||
cp .config .config.keep
|
||||
scripts/feeds clean
|
||||
scripts/feeds update -a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue