add missing /etc/functions.sh include required for saving network state (closes:...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Sep 2008 12:48:53 +0000 (12:48 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 23 Sep 2008 12:48:53 +0000 (12:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12660 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ppp/files/etc/ppp/ip-down
package/ppp/files/etc/ppp/ip-up

index 30151f4..4c8ee63 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+. /etc/functions.sh
 PPP_IFACE="$1"
 PPP_TTY="$2"
 PPP_SPEED="$3"
index 30db93e..086efed 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+. /etc/functions.sh
 PPP_IFACE="$1"
 PPP_TTY="$2"
 PPP_SPEED="$3"
This page took 0.036732 seconds and 4 git commands to generate.