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:
parent
4dd43784ad
commit
2d47118221
4 changed files with 80 additions and 18 deletions
5
build.sh
5
build.sh
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue