summaryrefslogtreecommitdiffstats
path: root/package/tinyhttpd/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* tinyhttpd: needs mmuGustavo Zacarias2013-04-101-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/2a3b5ab3ef58443c1bf86df5498df2f145cd840c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tinyhttpd: fix white space issue in Config.inPeter Korsgaard2012-04-031-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Add new 'tinyhttpd' package and move all other httpd servers to be disabled ↵"Steven J. Hill"2007-07-171-0/+8
if the BusyBox server is being used.