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