1config BR2_PACKAGE_THTTPD
2	bool "thttpd"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
5	help
6	  thttpd is a simple, small, portable, fast, and secure HTTP
7	  server
8
9	  http://www.acme.com/software/thttpd/
10