openwrt/target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps

6 lines
159 B
Plaintext
Executable File

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