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 30151f426d7c4be5e2cdc7425d044f15b9bbd646..4c8ee639bce568aed74725d434468d7af395b0a8 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+. /etc/functions.sh
 PPP_IFACE="$1"
 PPP_TTY="$2"
 PPP_SPEED="$3"
index 30db93e10b868ca7cd09812469fc31c225ac9e84..086efed958bb08aeb721cc284f5c9eef0c255a92 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+. /etc/functions.sh
 PPP_IFACE="$1"
 PPP_TTY="$2"
 PPP_SPEED="$3"