Hi,

IMHO this is only useful if wifi is activated by default, ie the change is combined with a set password by default so the wifi is secure and usable immediately after flashing.

However this could introduce an endless stream of users asking about the default password.

Therefore I suggest we adhere to KISS principles and simply keep it "LEDE", since the users will have to configure and enable wifi anyway.

Regards,
A. Benz

On 05/25/16 07:52, j...@mein.io wrote:
Hi,

How about

option ssid Lede-$(cat /sys/class/ieee80211/${dev}/macaddress | awk -F
":" '{print $4""$5""$6 }'| tr a-z A-Z)

Or with sed:

sed -ne 'y/abcdef/ABCDEF/; 1s/^.*:\(..\):\(..\):\(..\)$/\1\2\3/p' \
        /sys/class/ieee80211/${dev}/macaddress

~ Jo

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


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

Reply via email to