From 01d0896c728954a40b6c6ebc8433f624a0b5af15 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 4 Dec 2017 09:29:44 -0600 Subject: Add dnsmasq needed for WiFi AP --- recipes-core/images/mlinux-factory-image.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3