diff options
author | John Klug <john.klug@multitech.com> | 2017-12-04 09:29:44 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-12-04 09:29:44 -0600 |
commit | 01d0896c728954a40b6c6ebc8433f624a0b5af15 (patch) | |
tree | 5f56073ced767ed19486b0ff05d653750b4c7da4 | |
parent | d2f16dbd088b30ccedfa629eaf3ceb90a845eb22 (diff) | |
download | meta-mlinux-01d0896c728954a40b6c6ebc8433f624a0b5af15.tar.gz meta-mlinux-01d0896c728954a40b6c6ebc8433f624a0b5af15.tar.bz2 meta-mlinux-01d0896c728954a40b6c6ebc8433f624a0b5af15.zip |
Add dnsmasq needed for WiFi AP
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index c50619b..6f12065 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -86,3 +86,6 @@ IMAGE_INSTALL += "pps-tools" IMAGE_INSTALL += "gpsd ntp ntp-utils gps-utils gpsd-udev" IMAGE_INSTALL += "uvccapture" + +# For WiFi AP +IMAGE_INSTALL += "dnsmasq" |