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:
parent
72fa7c1371
commit
f32805bb86
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue