[LEDE-DEV] new wifi detecting makes more wifi (IB/meshwizard)

Jo-Philipp Wich jo at mein.io
Fri Nov 4 10:05:25 PDT 2016


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/lede-dev/attachments/20161104/a0556e83/attachment-0001.sig>


More information about the Lede-dev mailing list