[package] add uhttpd (moved from LuCI trunk)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Mar 2010 15:46:16 +0000 (15:46 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Mar 2010 15:46:16 +0000 (15:46 +0000)
commit56d71638dbf48b8e4885e1e5ed5d0f1859674541
tree09271ae71406b7b3c559d8ee5aa6561ce06e65f9
parent668888c026b7ba26c4ae8b35fbd25966b2685448
[package] add uhttpd (moved from LuCI trunk)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20428 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]