mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
parent
2490204825
commit
372f7ddd7d
4
package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up
Executable file
4
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…
x
Reference in New Issue
Block a user