mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Always Enable RPI workaround again
This commit is contained in:
parent
1070fbaa0f
commit
1b8030d82f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ 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)" ] && [ "$(sysctl -n net.ipv6.conf.all.disable_ipv6 | tr -d '\n')" = "0" ] && {
|
||||
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && {
|
||||
ethtool --offload eth0 rx off tx off
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue