summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-siitwizard/luasrc/controller
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-11-30 06:00:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-11-30 06:00:52 +0000
commit59fbc851613d0b86aabff91cd457a1e53d17a3e8 (patch)
tree5ce579d81cec0492e3eb742faea0e8a22a53023e /applications/luci-siitwizard/luasrc/controller
parentf7dbdc6568471d02fd18d12419e4ffb4d7ef8ae6 (diff)
luci/applications: add experimental SIIT setup assistant
Diffstat (limited to 'applications/luci-siitwizard/luasrc/controller')
-rw-r--r--applications/luci-siitwizard/luasrc/controller/siitwizard.lua21
1 files changed, 21 insertions, 0 deletions
diff --git a/applications/luci-siitwizard/luasrc/controller/siitwizard.lua b/applications/luci-siitwizard/luasrc/controller/siitwizard.lua
new file mode 100644
index 0000000000..dabbcaf43b
--- /dev/null
+++ b/applications/luci-siitwizard/luasrc/controller/siitwizard.lua
@@ -0,0 +1,21 @@
+--[[
+LuCI - Lua Configuration Interface
+
+Copyright 2008 Steven Barth <steven@midlink.org>
+Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+$Id$
+
+]]--
+
+module "luci.controller.siitwizard"
+
+function index()
+ entry({"admin", "freifunk", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 50)
+end