1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add not yet tested code for RPI5 support

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-10-09 18:43:46 +02:00
parent 501a471507
commit 7f3388ed3b
214 changed files with 58823 additions and 0 deletions

View file

@ -626,6 +626,11 @@ if [ "$OMR_KERNEL" = "5.4" ]; then
rm -rf "${OMR_TARGET}/${OMR_KERNEL}/source/package/boot/uboot-rockchip"
#rm -f target/linux/rockchip/files/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts
echo "CONFIG_VERSION_CODE=5.4" >> ".config"
if [ "$OMR_TARGET" = "rpi5" ]; then
echo "Sorry but kernel 5.4 is not supported on your arch yet"
NOT_SUPPORTED="1"
exit 1
fi
fi
if [ "$OMR_KERNEL" = "5.15" ]; then
echo "Set to kernel 5.15 for rpi arch"