diff options
author | John Klug <john.klug@multitech.com> | 2017-03-16 16:02:32 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-03-16 16:02:32 -0500 |
commit | a69e24cd411daafcdb0084ab25576c786057847e (patch) | |
tree | efb205ba4d99e457cf6a61711daab1203a0d06d7 /recipes-core | |
parent | 15b3c0dcb160e1aa41223be97bb881628e78c978 (diff) | |
download | meta-mlinux-a69e24cd411daafcdb0084ab25576c786057847e.tar.gz meta-mlinux-a69e24cd411daafcdb0084ab25576c786057847e.tar.bz2 meta-mlinux-a69e24cd411daafcdb0084ab25576c786057847e.zip |
Correct VAP in comments about DHCP
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/multitech/config/network/interfaces | 2 |
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. # |