mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-03 11:57:58 +00:00
ipq807x: disable GRO by default
Fixes: WIFI-12526 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
[ add = "$ACTION" -a -n "$DEVICENAME" ] && {
|
||||||
|
logger disable GRO on $DEVICENAME
|
||||||
|
ethtool -K $DEVICENAME gro off
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
[ add = "$ACTION" -a -n "$DEVICENAME" ] && {
|
||||||
|
logger disable GRO on $DEVICENAME
|
||||||
|
ethtool -K $DEVICENAME gro off
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
[ add = "$ACTION" -a -n "$DEVICENAME" ] && {
|
||||||
|
logger disable GRO on $DEVICENAME
|
||||||
|
ethtool -K $DEVICENAME gro off
|
||||||
|
}
|
||||||
@@ -21,6 +21,7 @@ packages:
|
|||||||
- dynamic-vlan
|
- dynamic-vlan
|
||||||
- firstcontact
|
- firstcontact
|
||||||
- gre
|
- gre
|
||||||
|
- ethtool
|
||||||
- ieee8021x
|
- ieee8021x
|
||||||
- igmpproxy
|
- igmpproxy
|
||||||
- ip-bridge
|
- ip-bridge
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ feeds:
|
|||||||
path: ../../feeds/wifi-ax_v5.4
|
path: ../../feeds/wifi-ax_v5.4
|
||||||
packages:
|
packages:
|
||||||
- wireless-regdb
|
- wireless-regdb
|
||||||
|
- ethtool
|
||||||
|
|||||||
Reference in New Issue
Block a user