ramips: enable packet steering by default on mt7621
It provides a significant performance boost, especially with flow offloading enabled Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
4baf90de8d
commit
dfd62e575c
@ -0,0 +1,4 @@
|
|||||||
|
uci -q get network.globals.packet_steering > /dev/null || {
|
||||||
|
uci set network.globals.packet_steering=1
|
||||||
|
uci commit
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user