docs: update remaining references to functions.sh
[openwrt.git] / docs / network-scripts.tex
index 4e71395..7ace975 100644 (file)
@@ -4,7 +4,7 @@ To be able to access the network functions, you need to include
 the necessary shell scripts by running:
 
 \begin{Verbatim}
-. /etc/functions.sh      # common functions
+. /lib/functions.sh      # common functions
 include /lib/network     # include /lib/network/*.sh
 scan_interfaces          # read and parse the network config
 \end{Verbatim}