package/opencv: fix build failure on x86
[buildroot-gz.git] / package / tinyhttpd / Config.in
blobf7365afa6f9c7713f9ccdb075ece5c715b0b164d
1 config BR2_PACKAGE_TINYHTTPD
2         bool "tinyhttpd"
3         depends on BR2_USE_MMU # fork()
4         help
5           A relatively simple webserver written as a school project. It is
6           exceedingly simple, threaded and handles basic CGI scripts.
8           http://sourceforge.net/projects/tinyhttpd/