ramips: limit uci commit to the changed config file
[oweals/openwrt.git] / target / linux / ramips / mt7621 / base-files / etc / uci-defaults / 01_enable_packet_steering
1 uci -q get network.globals.packet_steering > /dev/null || {
2         uci set network.globals.packet_steering=1
3         uci commit network
4 }