Well i changed the name of the device as it appears on LAN scans, with vim via SSH in file network:
\etc\config\network
Default Login id for SSH (using Putty) is root & password is what one sets it (default was goodlife). on log in pwd is \root (usert) so go to top (real root) with cd … Then etc & then config folder.
To find ip number of box (connected via WAN port to main router in my case) on windows you can use “Advance IP Scanner” (free, better than angry ip scanner) or on Android apps “Netx” or “Network Analyser” (i have both pro versions but free works too).
Then i grepped to find where ssid name (my ssid was called GL-AR300M-NOR-408) is in config folder:
grep “NOR” *
That did it, so no recursive grep search in subfolders.
It was in file “wireless” so i changed the 2 occurrences (second was for -GUEST wifi) and as I said that did change SSID broadcast name.
So hope this helps anyone who needs to change ssid name without Luci & sees this thread in future.
But really need to de-bloat this image in next update for the 3 basics plugins:
- File Sharing
- DLNA
- Luci
Thanks to all who replied. All the best.