ramips: fix IPv4-only corner case in 01_enable_packet_steering
[oweals/openwrt.git] / target / linux / ramips / mt7621 / base-files / etc / uci-defaults / 01_enable_packet_steering
index 6a77229f29c2eeed775c319c6fa5410c33c6155f..114c7e1a463f96a7107f7b4360c7a20d889da867 100644 (file)
@@ -1,4 +1,5 @@
 uci -q get network.globals.packet_steering > /dev/null || {
+       uci set network.globals='globals'
        uci set network.globals.packet_steering=1
        uci commit network
 }