diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-01 11:03:00 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-01 11:03:00 +0000 |
commit | 11a3bbd0ee5caead0dbd8c84cd841324565f1957 (patch) | |
tree | 48a59f4a09e6949eae41de8b22df0ad72d642718 /package/ppp/ipkg | |
parent | c98eebdcf9250b408181f720a7e9b6597e8c3e33 (diff) |
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
Diffstat (limited to 'package/ppp/ipkg')
-rwxr-xr-x | package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up new file mode 100755 index 000000000..c85862cef --- /dev/null +++ b/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} |