add missing /etc/functions.sh include required for saving network state (closes:...
[openwrt/svn-archive/archive.git] / package / ppp / files / etc / ppp / ip-up
index 30db93e10b868ca7cd09812469fc31c225ac9e84..086efed958bb08aeb721cc284f5c9eef0c255a92 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+. /etc/functions.sh
 PPP_IFACE="$1"
 PPP_TTY="$2"
 PPP_SPEED="$3"