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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@783 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Waldemar Brodkorb 2005-05-01 11:03:00 +00:00
parent 2490204825
commit 372f7ddd7d

View File

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