On Tue, Aug 21, 2018 at 05:07:00PM +0200, Aleksander Morgado wrote: > Signed-off-by: Aleksander Morgado <aleksander@xxxxxxxxxxxxx> > --- > scripts/remote/controller.py | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks Sascha > > diff --git a/scripts/remote/controller.py b/scripts/remote/controller.py > index 2ed834613..1a8390904 100644 > --- a/scripts/remote/controller.py > +++ b/scripts/remote/controller.py > @@ -46,6 +46,9 @@ def unpack(data): > elif p_type == BBType.fs_return: > logging.debug("received: fs_return") > return BBPacketFSReturn(raw=data) > + elif p_type == BBType.md: > + logging.debug("received: md") > + return BBPacketMd(raw=data) > elif p_type == BBType.md_return: > logging.debug("received: md_return") > return BBPacketMdReturn(raw=data) > -- > 2.18.0 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox