sumo: add new package

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2015-01-25 00:19:21 +01:00
parent e5afac06fa
commit aae3d2c9a0
2 changed files with 66 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
# Copyright (C) 2015 OpenWrt.org
SUMO_HOME=/usr/share/sumo sumo-bin $@
exit 0