From dbb3fa65cd85ac5ebd4340ed1e9509753528a399 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Nov 2014 21:51:33 +0100 Subject: [PATCH] barebox-sysmocom: Upgrade to send LLDP frame during boot One might need to erase the environment but with a default environment barebox will now send a LLDP during boot up. This way we can see if a device is on a local link or not. Fixes: SYS#488 --- recipes-sysmobts/barebox/barebox-sysmocom_201407.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb b/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb index 5281a78..cd39493 100644 --- a/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb +++ b/recipes-sysmobts/barebox/barebox-sysmocom_201407.bb @@ -1,5 +1,5 @@ SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master" -SRCREV = "1a06d18910d94e77590838bcc6ad34acd11fd588" +SRCREV = "03773b872987fb16725f2eba6536cc87f000eb4d" PR = "r2" DEPENDS = "${PN}-mlo"