mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:48:27 +02:00
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
This commit is contained in:
parent
4052ceaa24
commit
a66691d8cb
@ -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