summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-core/busybox/busybox_%.bbappend1
-rw-r--r--recipes-core/images/mlinux-base-image.bb1
-rw-r--r--recipes-core/images/mlinux-factory-image.bb3
3 files changed, 2 insertions, 3 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend
index bc7225a..a24100f 100644
--- a/recipes-core/busybox/busybox_%.bbappend
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -1,4 +1,5 @@
PR .= ".mlinux2"
+PACKAGES =+ "busybox-ifplugd"
FILESEXTRAPATHS_prepend := ":${THISDIR}/files:"
RDEPENDS_${PN} += "bash"
diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb
index 3ba6b2f..fbe8049 100644
--- a/recipes-core/images/mlinux-base-image.bb
+++ b/recipes-core/images/mlinux-base-image.bb
@@ -19,6 +19,7 @@ NETWORKING_FEATURES += "bridge-utils \
netcat \
wget \
strongswan \
+ busybox-ifplugd \
"
WIFI_FEATURES = " \
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb
index c94bd18..8632b70 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -18,9 +18,6 @@ IMAGE_INSTALL += "sqlite3"
IMAGE_INSTALL += "autossh"
-# Ethernet Hotplug Support
-IMAGE_INSTALL += "busybox-ifplugd"
-
# Monit system/process monitor
IMAGE_INSTALL += "monit"