ipq807x: disable GRO by default

Fixes: WIFI-12526
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2023-04-25 16:16:16 +02:00
parent 1f9a41b386
commit 7895a40487
5 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ add = "$ACTION" -a -n "$DEVICENAME" ] && {
logger disable GRO on $DEVICENAME
ethtool -K $DEVICENAME gro off
}

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ add = "$ACTION" -a -n "$DEVICENAME" ] && {
logger disable GRO on $DEVICENAME
ethtool -K $DEVICENAME gro off
}

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ add = "$ACTION" -a -n "$DEVICENAME" ] && {
logger disable GRO on $DEVICENAME
ethtool -K $DEVICENAME gro off
}

View File

@@ -21,6 +21,7 @@ packages:
- dynamic-vlan
- firstcontact
- gre
- ethtool
- ieee8021x
- igmpproxy
- ip-bridge

View File

@@ -5,3 +5,4 @@ feeds:
path: ../../feeds/wifi-ax_v5.4
packages:
- wireless-regdb
- ethtool