diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-24 13:34:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-24 13:34:47 +0000 |
commit | aabde20e542fcee853666f1b119f2912902468e8 (patch) | |
tree | 5fb81027a515350aa001b859eacfe8dca22fdd8b /docs | |
parent | 139dfb16c8d408dce549701a7b3e57f5f06d5257 (diff) |
update docs for the last commit
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4853 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r-- | docs/network-scripts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/network-scripts.txt b/docs/network-scripts.txt index 30087cfce..024161bde 100644 --- 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 -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 |