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
This commit is contained in:
Henning Heinold 2015-05-19 19:02:17 +02:00 committed by Holger Hans Peter Freyther
parent a89b5587e2
commit 88f39279bc
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls" GLIBC_EXTRA_OECONF = "--with-tls"
#MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" #MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "linux-firmware-rtl-nic"
busybox-ifplugd linux-firmware-rtl-nic "
MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc" MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc"