[package] add uhttpd (moved from LuCI trunk)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 15:46:16 +0000 (15:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 15:46:16 +0000 (15:46 +0000)
commit82bc82c779db67814b1ed799f4fc3c479e967f0e
tree09271ae71406b7b3c559d8ee5aa6561ce06e65f9
parent294551c6a7cd7e7ec3de4e71514f83765fc52892
[package] add uhttpd (moved from LuCI trunk)

SVN-Revision: 20428
17 files changed:
package/uhttpd/Makefile [new file with mode: 0644]
package/uhttpd/files/uhttpd.config [new file with mode: 0644]
package/uhttpd/files/uhttpd.init [new file with mode: 0755]
package/uhttpd/src/Makefile [new file with mode: 0644]
package/uhttpd/src/uhttpd-cgi.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-cgi.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-file.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-file.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-lua.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-lua.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-mimetypes.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-tls.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-tls.h [new file with mode: 0644]
package/uhttpd/src/uhttpd-utils.c [new file with mode: 0644]
package/uhttpd/src/uhttpd-utils.h [new file with mode: 0644]
package/uhttpd/src/uhttpd.c [new file with mode: 0644]
package/uhttpd/src/uhttpd.h [new file with mode: 0644]