projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new (last?) attempt at standardizing Makefiles
[openwrt.git]
/
docs
/
network-scripts.txt
diff --git
a/docs/network-scripts.txt
b/docs/network-scripts.txt
index
30087cf
..
024161b
100644
(file)
--- a/
docs/network-scripts.txt
+++ b/
docs/network-scripts.txt
@@
-7,7
+7,7
@@
To be able to access the network functions, you need to include
the necessary shell scripts by running:
. /etc/functions.sh # common functions
the necessary shell scripts by running:
. /etc/functions.sh # common functions
-include
network
# include /lib/network/*.sh
+include
/lib/network
# include /lib/network/*.sh
scan_interfaces # read and parse the network config
Some protocols, such as PPP might change the configured interface names
scan_interfaces # read and parse the network config
Some protocols, such as PPP might change the configured interface names
This page took
0.018485 seconds
and
4
git commands to generate.