[LEDE-DEV] [PATCH] mac80211: change default SSID from Lede to LEDE

A. Benz ash.benz at bk.ru
Tue May 24 23:07:56 PDT 2016


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, jo at 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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
>



More information about the Lede-dev mailing list