1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Kernel 5.4 not supported for z8102ax

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-13 20:06:30 +01:00
parent 72fa7c1371
commit f32805bb86

View file

@ -648,6 +648,11 @@ if [ "$OMR_KERNEL" = "5.4" ]; then
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"
exit 1
fi
if [ "$OMR_TARGET" = "rutx50" ]; then
echo "Sorry but kernel 5.4 is not supported on your arch yet"
NOT_SUPPORTED="1"