Files
wlan-ap/feeds/ucentral/ucentralgw/files/etc/uci-defaults/99-ucentral-mdns
John Crispin 2de4f501ca ucentral: development update
* more CI fixes
* update poco
* update ucentralgw

Signed-off-by: John Crispin <john@phrozen.org>
2021-05-08 09:25:38 +02:00

7 lines
78 B
Bash
Executable File

#!/bin/sh
uci add_list umdns.@umdns[-1].network=foo
uci commit umdns
exit 0