Initial commit
This commit is contained in:
@@ -0,0 +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
|
||||
}
|
||||
Reference in New Issue
Block a user