Changeset 6075

Show
Ignore:
Timestamp:
04/16/10 14:38:27 (3 years ago)
Author:
jow
Message:

build: add runuhttpd sdk target

Location:
luci/trunk
Files:
6 added
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/Makefile

    r5288 r6075  
    6262    build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "lua build/lucid.lua" 
    6363 
     64runuhttpd: 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 
    6468runlua: hostenv 
    6569    build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "lua -i build/setup.lua"