summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-03-16 16:02:32 -0500
committerJohn Klug <john.klug@multitech.com>2017-03-16 16:02:32 -0500
commita69e24cd411daafcdb0084ab25576c786057847e (patch)
treeefb205ba4d99e457cf6a61711daab1203a0d06d7
parent15b3c0dcb160e1aa41223be97bb881628e78c978 (diff)
downloadmeta-mlinux-a69e24cd411daafcdb0084ab25576c786057847e.tar.gz
meta-mlinux-a69e24cd411daafcdb0084ab25576c786057847e.tar.bz2
meta-mlinux-a69e24cd411daafcdb0084ab25576c786057847e.zip
Correct VAP in comments about DHCP
-rw-r--r--recipes-core/multitech/config/network/interfaces2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/config/network/interfaces b/recipes-core/multitech/config/network/interfaces
index c56962a..579c567 100644
--- a/recipes-core/multitech/config/network/interfaces
+++ b/recipes-core/multitech/config/network/interfaces
@@ -51,7 +51,7 @@ netmask 255.255.255.0
#
# The udhcpc_opts parameter will result in the following invocation
# of udhcpc from ifup:
-# udhcpc -R -n -p /var/run/udhcpc.wlan0.pid -i wlan0 -t 10 -b
+# udhcpc -R -n -p /var/run/udhcpc.wifi0.pid -i wifi0 -t 10 -b
#
# See https://busybox.net/downloads/BusyBox.html for more information.
#