Index: soft/giet_vm/giet_python/genmap
===================================================================
--- soft/giet_vm/giet_python/genmap	(revision 411)
+++ soft/giet_vm/giet_python/genmap	(revision 421)
@@ -98,4 +98,8 @@
                    help = 'map the "convol" application for the GietVM' )
 
+parser.add_option( '--router', action = 'store_true', dest = 'router',     
+                   default = False,
+                   help = 'map the "router" application for the GietVM' )
+
 ######################################################################################
 #   Get command line arguments
