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

SVN-Revision: 783
master
Waldemar Brodkorb 20 years ago
parent 6777ecb5a5
commit ad4d414c5b
  1. 4
      openwrt/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up

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