You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips/mt7621/base-files/etc/uci-defaults/01_enable_packet_steering

5 lines
117 B
Plaintext

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