Changeset 6075
- Timestamp:
- 04/16/10 14:38:27 (3 years ago)
- Location:
- luci/trunk
- Files:
-
- 6 added
- 1 modified
-
build/luci.cgi (added)
-
contrib/uhttpd (added)
-
contrib/uhttpd/Makefile (added)
-
contrib/uhttpd/patches (added)
-
contrib/uhttpd/patches/001-pass-env.patch (added)
-
contrib/uhttpd/patches/series (added)
-
Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/Makefile
r5288 r6075 62 62 build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "lua build/lucid.lua" 63 63 64 runuhttpd: hostenv 65 cp $(realpath build)/luci.cgi $(realpath host)/www/cgi-bin/luci 66 build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "$(realpath host)/usr/sbin/uhttpd -p 8080 -h $(realpath host)/www -f" 67 64 68 runlua: hostenv 65 69 build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "lua -i build/setup.lua"
