mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-20 13:50:48 +00:00
add missing /etc/functions.sh include required for saving network state (closes: #3902)
SVN-Revision: 12660
This commit is contained in:
parent
7218e6326f
commit
038f8c0532
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
. /etc/functions.sh
|
||||
PPP_IFACE="$1"
|
||||
PPP_TTY="$2"
|
||||
PPP_SPEED="$3"
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
. /etc/functions.sh
|
||||
PPP_IFACE="$1"
|
||||
PPP_TTY="$2"
|
||||
PPP_SPEED="$3"
|
||||
|
Loading…
Reference in New Issue
Block a user