1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 18:47:17 +03:00

ip-up script, so that we can get time from network after successful connection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@783 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx 2005-05-01 11:03:00 +00:00
parent 9c2fe82eba
commit b860eabe20

View File

@ -0,0 +1,4 @@
#!/bin/sh
ntp_server=$(nvram get ntp_server)
/usr/sbin/rdate ${ntp_server}