* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
5 lines
No EOL
135 B
Lua
Executable file
5 lines
No EOL
135 B
Lua
Executable file
#!/usr/bin/lua
|
|
require "luci.cacheloader"
|
|
require "luci.sgi.cgi"
|
|
luci.dispatcher.indexcache = "/tmp/luci-indexcache"
|
|
luci.sgi.cgi.run() |