Initial commit gluon-config-mode

based on freifunk-gluon/packages@9d364a6fbc
This commit is contained in:
ohrensessel 2014-06-26 19:33:31 +02:00
commit 86348c815b
14 changed files with 546 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/lua
require "luci.cacheloader"
require "luci.sgi.cgi"
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
luci.sgi.cgi.run()