Ticket #329 (closed defect: fixed)
Unable to configure time server if /etc/config/system has no "config timeserver" section
| Reported by: | adam2104 <openwrt@…> | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | LuCI 0.10.0 |
| Component: | LuCI Applications | Keywords: | |
| Cc: |
Description
I'm running LuCI svn7806 on Trunk build r28623. With the recent change to ntpd in busybox I was unable to adjust the "Time Synchronization" section in LuCI until I manually added "config timeserver" and a few "list server" options. Previously I was running the real ntpd and had an /etc/ntp.conf file. My /etc/config/system had only:
config 'rdate'
option 'interface' 'none'
I wasn't using rdate so I removed the extra fluff from the configuration file. It would be nice if the "Enable builtin NTP server" and box to add a server appear in LuCI even if /etc/config/system didn't contain the "config timeserver" section.
