bump version
[buildroot.git] / target / device / Atmel / Config.in.mirrors
blobf938c89265640c8d72762790f37935acb5ed5af2
1 menu "Atmel Mirrors"
3 config BR2_ATMEL_MIRROR
4         string "Atmel AVR32/AT91 download site"
5         default "ftp://at91dist:distrib@81.80.104.162/AT91_Third_Party_Design_Flow/Linux_Host/"
6         help
7           Unofficial site for AVR32/AT91 Buildroot patches, or your local mirror.
8           Atmel does not currently support buildroot, but this site makes
9           available neccessary patches and prepatched packages useful
10           to extend a buildroot for AVR32 or AT91 ARM based boards.
11           Issues with contents of this server needs to be highlighted
12           on the buildroot mailing list and
13           should not be addressed directly to Atmel
14           Atmel provides support for their AVR32 chips on 
15           http://avr32linux.org/ or http://www.avrfreaks.net/
16           Atmel provides support for AT91 chips on www.at91.com.
17           Commercial AT91 Linux support is through www.timesys.com
18           Community  AT91 Linux support is through http://maxim.org.za/AT91_26.html
20 config BR2_AT91_PATCH_MIRROR
21         string "Atmel AT91 Linux Patch download site"
22         default "http://maxim.org.za/AT91RM9200/2.6/"
23         help
24           Patches for the AT91 generated by the Linux community
25           usually ends up here, courtesy of Andrew Victor
27 endmenu