diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-24 13:34:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-24 13:34:47 +0000 |
commit | 378a8b9481dc2d10be1e6611192e45f3be8201be (patch) | |
tree | 5fb81027a515350aa001b859eacfe8dca22fdd8b /docs | |
parent | 57c6e6b156f6e37071ca2e0c06d5794ed032d1cc (diff) | |
download | upstream-378a8b9481dc2d10be1e6611192e45f3be8201be.tar.gz upstream-378a8b9481dc2d10be1e6611192e45f3be8201be.tar.bz2 upstream-378a8b9481dc2d10be1e6611192e45f3be8201be.zip |
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 30087cfcee..024161bdeb 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 |