luci-app-bmx7: transfer from routing
authorPaul Spooren <mail@aparcar.org>
Fri, 5 Jul 2019 23:25:07 +0000 (01:25 +0200)
committerPaul Spooren <mail@aparcar.org>
Wed, 10 Jul 2019 15:44:13 +0000 (17:44 +0200)
commit9aa507790e8a75ab8f52e267e29059a080d55122
tree7c6f6fc8b4a077b3e107aab387697af4147d6d56
parent69e5488c139f249fcf785d4ba170a90ed0e7f33c
luci-app-bmx7: transfer from routing

The Makefile is minified as the LuCi build system does most of the job.

Signed-off-by: Paul Spooren <mail@aparcar.org>
16 files changed:
applications/luci-app-bmx7/Makefile [new file with mode: 0644]
applications/luci-app-bmx7/root/etc/config/luci-bmx7 [new file with mode: 0755]
applications/luci-app-bmx7/root/usr/lib/lua/luci/controller/bmx7.lua [new file with mode: 0644]
applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm [new file with mode: 0644]
applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm [new file with mode: 0644]
applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm [new file with mode: 0644]
applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/topology.htm [new file with mode: 0644]
applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm [new file with mode: 0644]
applications/luci-app-bmx7/root/www/cgi-bin/bmx7-info [new file with mode: 0755]
applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/bmx7logo.png [new file with mode: 0644]
applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/css/netjsongraph-theme.css [new file with mode: 0644]
applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/css/netjsongraph.css [new file with mode: 0644]
applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js [new file with mode: 0644]
applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/polling.js [new file with mode: 0644]
applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/world.png [new file with mode: 0644]
applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/world_small.png [new file with mode: 0644]