From 88f39279bc52e92ee48a20a790103b810901d560 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 19 May 2015 19:02:17 +0200 Subject: [PATCH] sysmocom-idu: remove ifplugd from MACHINE_ESSENTIAL_EXTRA_RDEPENDS [hfreyther: I asked henning to move forward and not test this. We do not have dhcp/dynamic config in /etc/network/interfaces and the link will always be up on the idu due it being connected to a switch. ifplugd is not doing anything useful in this context] Fixes: SYS#1535 --- conf/machine/sysmocom-idu.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/machine/sysmocom-idu.conf b/conf/machine/sysmocom-idu.conf index 41373ce..6140afc 100644 --- a/conf/machine/sysmocom-idu.conf +++ b/conf/machine/sysmocom-idu.conf @@ -33,7 +33,6 @@ GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" #MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" -MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\ - busybox-ifplugd linux-firmware-rtl-nic " +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "linux-firmware-rtl-nic" MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc"