summaryrefslogtreecommitdiff
path: root/recipes-core/images/mlinux-factory-image.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-10-03 16:00:14 -0500
committerJohn Klug <john.klug@multitech.com>2017-10-03 16:00:14 -0500
commitdadd1323eb57cc605760441fed3b69614cf498b7 (patch)
tree9111aa418cfa10424d3c10854f7c4a5d21f755db /recipes-core/images/mlinux-factory-image.bb
parente1caf328b57170582ebfd6632f3c081b1880bde8 (diff)
downloadmeta-mlinux-atmel-dadd1323eb57cc605760441fed3b69614cf498b7.tar.gz
meta-mlinux-atmel-dadd1323eb57cc605760441fed3b69614cf498b7.tar.bz2
meta-mlinux-atmel-dadd1323eb57cc605760441fed3b69614cf498b7.zip
Add ifplugd feature to mlinux
Diffstat (limited to 'recipes-core/images/mlinux-factory-image.bb')
-rw-r--r--recipes-core/images/mlinux-factory-image.bb3
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 8632b70..c94bd18 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -18,6 +18,9 @@ IMAGE_INSTALL += "sqlite3"
IMAGE_INSTALL += "autossh"
+# Ethernet Hotplug Support
+IMAGE_INSTALL += "busybox-ifplugd"
+
# Monit system/process monitor
IMAGE_INSTALL += "monit"