mediatek: do not create device nodes in uci-defaults script
[openwrt/staging/hauke.git] / target / linux / mediatek / base-files / etc / uci-defaults / 99-net-ps
1 uci -q get network.globals.packet_steering >/dev/null || {
2 uci set network.globals='globals'
3 uci set network.globals.packet_steering=1
4 uci commit network
5 }