| On the Linksys, firmware 1.0.0, I can change the /etc/TZ file to display the correct timezone.  A reboot of the Linksys keeps that change.  However on the Ubiquity, firmware 1.0.1, the /etc/TZ file is overridden on a reboot losing my changes.  The apparent cause is a couple of lines of code found in the /etc/init.d/boot file of the 1.0.1 firmware as follows:
 config_get timezone "$cfg" timezone 'UTC'echo "$timezone" > /tmp/TZ
 These two lines do not appear in the version 1.0.0 firmware.  I can modify those lines in the boot file and the settings in the /etc/TZ file stay after a reboot on the Ubiquity hardware.
 My questions is why is there a difference between the 1.0.0 and the 1.0.1 firmware related to the setting of the /etc/TZ file on a reboot.
 I understand there may be plans to add the ability to set the timezone from the menu at some point in the future.  Any info on that feature?
 |