Adapted directory structure to be compatible with openwrt feeds system
authorp4u <hakais@gmail.com>
Tue, 25 Dec 2012 11:51:17 +0000 (12:51 +0100)
committerp4u <hakais@gmail.com>
Tue, 25 Dec 2012 11:51:17 +0000 (12:51 +0100)
commit6567a057fbc3b7b49af14211aa576fed5561d17f
tree41d60b0bea5cb99f30a102c1bd819f7d925653c3
parent53da163724972e59408c46db90125c05e9b42f2d
Adapted directory structure to be compatible with openwrt feeds system
82 files changed:
COPYING [deleted file]
Makefile [deleted file]
bmx6-luci/COPYING [new file with mode: 0644]
bmx6-luci/Makefile [new file with mode: 0644]
bmx6-luci/files/etc/config/luci-bmx6 [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/controller/bmx6.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/model/bmx6json.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/advanced.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/hna.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/interfaces.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/main.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/plugins.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/admin_status/index/neighbours_simple.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/chat.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/error.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/gateways_j.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/graph.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/interfaces.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/links.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/neighbours.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/neighbours_j.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/nodes.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/nodes_j.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/status.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/status_j.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/tunnels_j.htm [new file with mode: 0644]
bmx6-luci/files/usr/lib/lua/luci/view/bmx6/wireless.htm [new file with mode: 0644]
bmx6-luci/files/www/cgi-bin/bmx6-info [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/bmx6logo.png [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/Curry-1.0.1.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/dracula_algorithms.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/dracula_graffle.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/dracula_graph.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/jquery-1.4.2.min.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/polling.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/raphael-min.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/js/seedrandom.js [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/link.png [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/style.css [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/wifi.png [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/world.png [new file with mode: 0644]
bmx6-luci/files/www/luci-static/resources/bmx6/world_small.png [new file with mode: 0644]
files/etc/config/luci-bmx6 [deleted file]
files/usr/lib/lua/luci/controller/bmx6.lua [deleted file]
files/usr/lib/lua/luci/model/bmx6json.lua [deleted file]
files/usr/lib/lua/luci/model/cbi/bmx6/advanced.lua [deleted file]
files/usr/lib/lua/luci/model/cbi/bmx6/hna.lua [deleted file]
files/usr/lib/lua/luci/model/cbi/bmx6/interfaces.lua [deleted file]
files/usr/lib/lua/luci/model/cbi/bmx6/main.lua [deleted file]
files/usr/lib/lua/luci/model/cbi/bmx6/plugins.lua [deleted file]
files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua [deleted file]
files/usr/lib/lua/luci/view/admin_status/index/neighbours_simple.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/chat.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/error.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/gateways_j.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/graph.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/interfaces.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/links.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/neighbours.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/neighbours_j.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/nodes.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/nodes_j.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/status.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/status_j.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/tunnels_j.htm [deleted file]
files/usr/lib/lua/luci/view/bmx6/wireless.htm [deleted file]
files/www/cgi-bin/bmx6-info [deleted file]
files/www/luci-static/resources/bmx6/bmx6logo.png [deleted file]
files/www/luci-static/resources/bmx6/js/Curry-1.0.1.js [deleted file]
files/www/luci-static/resources/bmx6/js/dracula_algorithms.js [deleted file]
files/www/luci-static/resources/bmx6/js/dracula_graffle.js [deleted file]
files/www/luci-static/resources/bmx6/js/dracula_graph.js [deleted file]
files/www/luci-static/resources/bmx6/js/jquery-1.4.2.min.js [deleted file]
files/www/luci-static/resources/bmx6/js/polling.js [deleted file]
files/www/luci-static/resources/bmx6/js/raphael-min.js [deleted file]
files/www/luci-static/resources/bmx6/js/seedrandom.js [deleted file]
files/www/luci-static/resources/bmx6/link.png [deleted file]
files/www/luci-static/resources/bmx6/style.css [deleted file]
files/www/luci-static/resources/bmx6/wifi.png [deleted file]
files/www/luci-static/resources/bmx6/world.png [deleted file]
files/www/luci-static/resources/bmx6/world_small.png [deleted file]