I've installed 7.07 on a motorola 850g, it's going to be used as an openvpn server.
I used ipkg to install ntpclient.
If I let the box pick up a dhcp address for it's wan interface then ntpclient sets the date properly.
If I assign a static ip address to the wan interface in /etc/config/network, then the date is not set. Creating an /etc/init.d/ntpclient and using /etc/init.d/ntpclient enable to build links into /etc/rc.d makes things work right.
I'm guessing that using a static ip address doesn't generate the necessary hotplug events to call /etc/hotplug.d/iface/20-ntpclient. Is using the init.d script the Right Thing To Do?
Thanks,
g.