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
index 4883fd662d43cceb0154cdbb974dde591d1f4727..6a77229f29c2eeed775c319c6fa5410c33c6155f 100644 (file)
@@ -1,4 +1,4 @@
 uci -q get network.globals.packet_steering > /dev/null || {
        uci set network.globals.packet_steering=1
-       uci commit
+       uci commit network
 }