mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
Remove another patch
This commit is contained in:
parent
5fa838088e
commit
f535910dc7
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -510,6 +510,9 @@ if [ "$OMR_KERNEL" = "5.4" ]; then
|
||||||
if [ -f target/linux/mvebu/patches-5.4/021-arm64-dts-marvell-armada-37xx-Move-PCIe-comphy-handl.patch ]; then
|
if [ -f target/linux/mvebu/patches-5.4/021-arm64-dts-marvell-armada-37xx-Move-PCIe-comphy-handl.patch ]; then
|
||||||
rm -f target/linux/mvebu/patches-5.4/021-arm64-dts-marvell-armada-37xx-Move-PCIe-comphy-handl.patch
|
rm -f target/linux/mvebu/patches-5.4/021-arm64-dts-marvell-armada-37xx-Move-PCIe-comphy-handl.patch
|
||||||
fi
|
fi
|
||||||
|
if [ -f target/linux/mvebu/patches-5.4/022-arm64-dts-marvell-armada-37xx-Move-PCIe-max-link-spe.patch ]; then
|
||||||
|
rm -f target/linux/mvebu/patches-5.4/022-arm64-dts-marvell-armada-37xx-Move-PCIe-max-link-spe.patch
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$OMR_KERNEL" = "5.10" ]; then
|
if [ "$OMR_KERNEL" = "5.10" ]; then
|
||||||
echo "Set to kernel 5.10 for rpi arch"
|
echo "Set to kernel 5.10 for rpi arch"
|
||||||
|
|
Loading…
Reference in a new issue