griffey / LibraryBox

Fork of PirateBox designed for educational and library use.
64 stars 15 forks source link

Update the SSID using sed in librarybox.sh #8

Closed mttrb closed 10 years ago

mttrb commented 11 years ago

alter_SSID.py was a Python script to change the SSID in the /etc/conf/wireless file. This has been replaced by a call to sed in librarybox.sh.

My LibraryBox (MR3020) is in the post so I haven't actually run this on a device but I believe sed is included in openwrt so I see no reason why this wouldn't work. Obviously it needs to be tested before it is merged. Functionally this should do exactly the same as the Python script. It will change the SSID and create a backup called wireless_old

mttrb commented 10 years ago

I'm closing this pull request as it is probably better to see what LibraryBox v2.0 brings.