diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-16 13:38:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-16 13:38:27 +0000 |
commit | daca626e86ff51e72f6423f3fb69e1a1d16d7c59 (patch) | |
tree | 8dc36e0f39e5ad4a357aa3452589e898fe243c73 /build | |
parent | cf018eae4c9a8eb614ab18d9ed7d73723ca2335b (diff) |
build: add runuhttpd sdk target
Diffstat (limited to 'build')
-rwxr-xr-x | build/luci.cgi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/luci.cgi b/build/luci.cgi new file mode 100755 index 000000000..f4b590044 --- /dev/null +++ b/build/luci.cgi @@ -0,0 +1,8 @@ +#!/usr/bin/lua + +dofile "../../build/setup.lua" + +require "luci.cacheloader" +require "luci.sgi.cgi" +luci.dispatcher.indexcache = "/tmp/luci-indexcache" +luci.sgi.cgi.run() |