summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-wshaper/luasrc/controller
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-10-15 18:47:42 +0000
committerManuel Munz <freifunk@somakoma.de>2011-10-15 18:47:42 +0000
commit87a3f2f12999abd7f88e186ee87f32255f4a339b (patch)
treecaa615fd5b4f480fd1d9f4b2830dd474119eccf0 /applications/luci-wshaper/luasrc/controller
parent594e333a7788c47e7c83b655a34f7be73d0551d9 (diff)
applications: Add luci-wshaper (#53)
Diffstat (limited to 'applications/luci-wshaper/luasrc/controller')
-rw-r--r--applications/luci-wshaper/luasrc/controller/wshaper.lua19
1 files changed, 19 insertions, 0 deletions
diff --git a/applications/luci-wshaper/luasrc/controller/wshaper.lua b/applications/luci-wshaper/luasrc/controller/wshaper.lua
new file mode 100644
index 0000000000..9d7f01e9d5
--- /dev/null
+++ b/applications/luci-wshaper/luasrc/controller/wshaper.lua
@@ -0,0 +1,19 @@
+--[[
+LuCI - Lua Configuration Interface
+
+Copyright 2011 Manuel Munz <freifunk somakoma de>
+
+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
+
+]]--
+
+module "luci.controller.wshaper"
+
+function index()
+ entry({"admin", "network", "wshaper"}, cbi("wshaper"), _("Wondershaper"), 80)
+end
+