mediatek: fix IPv4-only corner case and commit in 99-net-ps
[oweals/openwrt.git] / target / linux / mediatek / base-files / etc / uci-defaults / 99-net-ps
index accb72916e37a73325fe8826e8071b7a1beedcaf..596b33c5b4893ac7e3dc2ba4a381930bd7324040 100755 (executable)
@@ -1,3 +1,4 @@
+uci set network.globals='globals'
 uci set network.globals.packet_steering=1
 uci set network.eth0=device
 uci set network.eth0.name=eth0
@@ -9,5 +10,7 @@ uci set network.lan2=device
 uci set network.lan2.name=lan2
 uci set network.lan3=device
 uci set network.lan3.name=lan3
-uci commit
+
+uci commit network
+
 exit 0