Hi,

thanks Ufo - this was helpful. The problem is exactly in the file you
linked:

https://github.com/openwrt/luci/blob/master/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh#L49

You need to change that "if" statement to something like:

if [ -z "${1/cfg[0-9a-fA-F]*/}" ] || \
   [ "$1" = "default_${device}" ]; then
...

~ Jo

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to