1
0
Fork 0
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:
Ycarus 2018-08-16 09:03:24 +02:00
parent 1070fbaa0f
commit 1b8030d82f

View file

@ -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
}
}