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:
parent
cec463a6dd
commit
ca68a35dfa
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue