add missing /etc/functions.sh include required for saving network state (closes:...
authorNicolas Thill <nico@openwrt.org>
Tue, 23 Sep 2008 12:48:53 +0000 (12:48 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 23 Sep 2008 12:48:53 +0000 (12:48 +0000)
SVN-Revision: 12660

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"