add missing /etc/functions.sh include required for saving network state (closes: #3902)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12660 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2008-09-23 12:48:53 +00:00
parent b6879de828
commit 8db5c02f5f
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
. /etc/functions.sh
PPP_IFACE="$1"
PPP_TTY="$2"
PPP_SPEED="$3"

View File

@ -1,4 +1,5 @@
#!/bin/sh
. /etc/functions.sh
PPP_IFACE="$1"
PPP_TTY="$2"
PPP_SPEED="$3"