Revert "ramips: enable packet steering by default on mt7621"

This reverts commit dfd62e575c.
This commit is contained in:
LGA1150 2020-06-11 01:08:09 +08:00 committed by CN_SZTL
parent 3fdc484aba
commit 9b48f42718
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -1,5 +0,0 @@
uci -q get network.globals.packet_steering > /dev/null || {
uci set network.globals='globals'
uci set network.globals.packet_steering=1
uci commit network
}