aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/mt7621/base-files/etc/uci-defaults/01_enable_packet_steering
blob: 114c7e1a463f96a7107f7b4360c7a20d889da867 (plain)
1
2
3
4
5
uci -q get network.globals.packet_steering > /dev/null || {
	uci set network.globals='globals'
	uci set network.globals.packet_steering=1
	uci commit network
}