diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:52:51 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:52:51 +0100 |
commit | b348413fb23962e28fd5158e3ba21ea933feb8f3 (patch) | |
tree | b375b105f48d24476ea765667a412bee6d4f34f6 /build/luci.cgi | |
parent | eb25d532a88b140431c20077edf56bb40663c8fc (diff) |
build: remove remainders of old build system
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'build/luci.cgi')
-rwxr-xr-x | build/luci.cgi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/luci.cgi b/build/luci.cgi deleted file mode 100755 index f4b590044..000000000 --- a/build/luci.cgi +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/lua - -dofile "../../build/setup.lua" - -require "luci.cacheloader" -require "luci.sgi.cgi" -luci.dispatcher.indexcache = "/tmp/luci-indexcache" -luci.sgi.cgi.run() |