diff --git a/mptcp/files/etc/init.d/mptcp b/mptcp/files/etc/init.d/mptcp index 1e049c131..80b28fb49 100755 --- a/mptcp/files/etc/init.d/mptcp +++ b/mptcp/files/etc/init.d/mptcp @@ -305,7 +305,7 @@ start_service() { } fi uci -q commit network - [ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && { + [ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && [ -n "$(ubus call system board | jsonfilter -e '@.kernel' | grep '4.14')" ] && { ethtool --offload eth0 rx off tx off } }