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

Add bpi-r4 config

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-11-05 19:48:52 +01:00
parent 4dd43784ad
commit 2d47118221
4 changed files with 80 additions and 18 deletions

View file

@ -638,6 +638,11 @@ if [ "$OMR_KERNEL" = "5.4" ]; then
NOT_SUPPORTED="1"
exit 1
fi
if ([ "$OMR_TARGET" = "bpi-r4" ] || [ "$OMR_TARGET" = "bpi-r4-poe" ]); then
echo "Sorry but kernel 5.4 is not supported on your arch"
NOT_SUPPORTED="1"
exit 1
fi
if ([ "$OMR_TARGET" = "z8102ax_128m" ] || [ "$OMR_TARGET" = "z8102ax_64m" ]); then
echo "Sorry but kernel 5.4 is not supported on your arch yet"
NOT_SUPPORTED="1"