mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
* more CI fixes * update poco * update ucentralgw Signed-off-by: John Crispin <john@phrozen.org>
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
uci add_list umdns.@umdns[-1].network=foo
|
|
uci commit umdns
|
|
|
|
exit 0
|