mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:36:14 +02: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:
parent
9c2fe82eba
commit
b860eabe20
4
openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
Executable file
4
openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
ntp_server=$(nvram get ntp_server)
|
||||||
|
/usr/sbin/rdate ${ntp_server}
|
Loading…
Reference in New Issue
Block a user