From d9e3abac2f5247c66ffe7b1b098c7e9e5252e3e9 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Sat, 27 Jan 2018 08:26:12 -0800 Subject: [PATCH] Native BR: add makefile target 'connect-router-cooja' --- os/services/rpl-border-router/native/Makefile.native | 3 +++ 1 file changed, 3 insertions(+) diff --git a/os/services/rpl-border-router/native/Makefile.native b/os/services/rpl-border-router/native/Makefile.native index f4c2fb5b9..a225e1666 100644 --- a/os/services/rpl-border-router/native/Makefile.native +++ b/os/services/rpl-border-router/native/Makefile.native @@ -8,3 +8,6 @@ MAKE_NET = MAKE_NET_IPV6 PREFIX ?= fd00::1/64 connect-router: border-router.native sudo ./border-router.native $(PREFIX) + +connect-router-cooja: border-router.native + sudo ./border-router.native -a localhost $(PREFIX)