diff options
author | John Klug <john.klug@multitech.com> | 2017-11-08 14:20:42 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-08 14:20:42 -0600 |
commit | 092d731d96b6d1396af55ad47708a058de5dc784 (patch) | |
tree | d0553538efef391235739bb24f9e5e82d66288d9 /recipes-core/images | |
parent | ad0d5bfa52d5bb12c75fe1d0469a29848ad9e50e (diff) | |
download | meta-mlinux-092d731d96b6d1396af55ad47708a058de5dc784.tar.gz meta-mlinux-092d731d96b6d1396af55ad47708a058de5dc784.tar.bz2 meta-mlinux-092d731d96b6d1396af55ad47708a058de5dc784.zip |
dnsmasq needed for pand
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 8632b70..93a4ef3 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -84,6 +84,7 @@ IMAGE_INSTALL += "sms-utils" # Multi-Tech GPS Utility IMAGE_INSTALL += "venus-gps" IMAGE_INSTALL += "pps-tools" +IMAGE_INSTALL += "dnsmasq" # When ntp is to use the GPS, gps-utils is required IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gps-utils gpsd-udev" |