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

Disable RPI network bug workaround

This commit is contained in:
Ycarus 2018-08-13 08:45:15 +02:00
parent cec463a6dd
commit ca68a35dfa

View file

@ -118,9 +118,9 @@ start_service() {
global_multipath_settings
config_load network
config_foreach interface_multipath_settings interface $intf
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && {
ethtool --offload eth0 rx off tx off
}
#[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && {
# ethtool --offload eth0 rx off tx off
#}
}
reload_service() {