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:
Waldemar Brodkorb 2005-05-01 11:03:00 +00:00
parent 916efa3c9e
commit 630002d4d0

View File

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