mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Add again workaround on RPI<4
This commit is contained in:
parent
5790ccd351
commit
4d419066fa
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ start_service() {
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
uci -q commit network
|
uci -q commit network
|
||||||
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && [ -n "$(ubus call system board | jsonfilter -e '@.kernel' | grep '4.14')" ] && {
|
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && [ -z "$(ubus call system board | jsonfilter -e '@.board_name' | grep '4-model-b')" ] && {
|
||||||
ethtool --offload eth0 rx off tx off
|
ethtool --offload eth0 rx off tx off
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue