summaryrefslogtreecommitdiff
path: root/target/device/Atmel/Config.in.mirrors
AgeCommit message (Collapse)Author
2010-12-15Remove unused Atmel-specific mirror definitionsThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-06mirrors: don't put atmel mirrors in seperate menuPeter Korsgaard
Show Atmel mirrors together with the other mirrors, instead of hiding them in yet another sub-menu. At the same time, add an empty line before the Atmel include as noticed by Hartley Sweeten. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-08-27target/device/Atmel: fix long help text linesPeter Korsgaard
And remove trailing spaces while we're at it.
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-01-08Update ATMEL_MIRROR and bump at91bootstrap to v2.4Ulf Samuelsson
2007-09-28- naming convention is Config.in resp. Config.in.fooBernhard Reutner-Fischer
Adjust some accordingly