summaryrefslogtreecommitdiff
path: root/package/tinyhttpd/Config.in
AgeCommit message (Collapse)Author
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-07-17Add new 'tinyhttpd' package and move all other httpd servers to be disabled ↵"Steven J. Hill"
if the BusyBox server is being used.