Skip to content

Commit

Permalink
[SQUASH ME] rebased; fixed Makefile and topology definition
Browse files Browse the repository at this point in the history
  • Loading branch information
phiros committed Apr 28, 2015
1 parent eaa86e6 commit 9c71ef6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/tools/desvirt/0001-add-example-topology.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ index 0000000..e8d0244
+ </nodeType>
+ </nodeTypes>
+ <nodes>
+ <node binary="../../../examples/default/bin/native/default.elf" name="a1" type="riot_native"/>
+ <node binary="../../../examples/default/bin/native/default.elf" name="a2" type="riot_native"/>
+ <node binary="../../../examples/default/bin/native/default.elf" name="a3" type="riot_native"/>
+ <node binary="../../../../examples/default/bin/native/default.elf" name="a1" type="riot_native"/>
+ <node binary="../../../../examples/default/bin/native/default.elf" name="a2" type="riot_native"/>
+ <node binary="../../../../examples/default/bin/native/default.elf" name="a3" type="riot_native"/>
+ </nodes>
+ <links>
+ <link broadcast_loss="0.0" from_if="wlan0" from_node="a1" loss="0.0" to_if="wlan0" to_node="a2" uni="false"/>
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/desvirt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME=desvirt
PKG_URL=https://github.com/des-testbed/desvirt.git
PKG_VERSION=17e50ba2c653adcf3ba9911f0a629a05dc970d24
PKG_VERSION=master
PKG_DIR=$(CURDIR)/$(PKG_NAME)

.PHONY: all clean patch distclean desvirtdefine
Expand Down

0 comments on commit 9c71ef6

Please sign in to comment.