Gustavo Zacarias
|
5d10c45e0c
|
tinyhttpd: needs mmu
Fixes:
http://autobuild.buildroot.net/results/2a3b5ab3ef58443c1bf86df5498df2f145cd840c/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
2013-04-10 11:45:07 +02:00 |
|
Peter Korsgaard
|
9afba4fdc6
|
tinyhttpd: fix white space issue in Config.in
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
2012-04-03 22:50:30 +02:00 |
|
Peter Korsgaard
|
02a623ddf9
|
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
2008-08-04 19:07:05 +00:00 |
|
Peter Korsgaard
|
4683420c4c
|
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
|
2008-07-17 20:01:44 +00:00 |
|
"Steven J. Hill"
|
80de02162d
|
Add new 'tinyhttpd' package and move all other httpd servers to be disabled if the BusyBox server is being used.
|
2007-07-17 00:23:31 +00:00 |
|