openwrt/target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps
Alan Swanson 401023ae51 mediatek: update uci-defaults for renamed smp packet steering option
Leave as enabled by default for mediatek. Also remove obsolete
settings from when packet steering was moved from netifd to a
simplified hotplug script.

Signed-off-by: Alan Swanson <reiver@improbability.net>
2020-03-03 22:43:09 +01:00

14 lines
355 B
Plaintext
Executable File

uci set network.globals.packet_steering=1
uci set network.eth0=device
uci set network.eth0.name=eth0
uci set network.lan0=device
uci set network.lan0.name=lan0
uci set network.lan1=device
uci set network.lan1.name=lan1
uci set network.lan2=device
uci set network.lan2.name=lan2
uci set network.lan3=device
uci set network.lan3.name=lan3
uci commit
exit 0