summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-12-05 21:52:33 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-15 10:24:16 +0100
commitb91cfd979a8a373e30fd2ce7c8983ed9d0ddba0b (patch)
tree033d147756531d1d4ad970db64abb737ae4c9898 /target
parent477cd417f1d55e484ccaec31f895369f25c5f48c (diff)
Remove unused Atmel-specific mirror definitions
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target')
-rw-r--r--target/device/Atmel/Config.in.mirrors27
-rw-r--r--target/device/Config.in.mirrors3
2 files changed, 0 insertions, 30 deletions
diff --git a/target/device/Atmel/Config.in.mirrors b/target/device/Atmel/Config.in.mirrors
deleted file mode 100644
index 96e1a33fb..000000000
--- a/target/device/Atmel/Config.in.mirrors
+++ /dev/null
@@ -1,27 +0,0 @@
-config BR2_ATMEL_MIRROR
- string "Atmel AVR32/AT91 download site"
- default "ftp://www.at91.com/pub/buildroot/"
- help
- Unofficial site for AVR32/AT91 Buildroot patches, or your
- local mirror.
-
- Atmel does not currently support buildroot, but this site makes
- available neccessary patches and prepatched packages useful
- to extend a buildroot for AVR32 or AT91 ARM based boards.
- Issues with contents of this server needs to be highlighted
- on the buildroot mailing list and should not be addressed
- directly to Atmel.
-
- Atmel provides support for their AVR32 chips on
- http://avr32linux.org/ or http://www.avrfreaks.net/
- Atmel provides support for AT91 chips on www.at91.com.
- Commercial AT91 Linux support is through www.timesys.com
- Community AT91 Linux support is through
- http://maxim.org.za/AT91_26.html
-
-config BR2_AT91_PATCH_MIRROR
- string "Atmel AT91 Linux Patch download site"
- default "http://maxim.org.za/AT91RM9200/2.6/"
- help
- Patches for the AT91 generated by the Linux community
- usually ends up here, courtesy of Andrew Victor
diff --git a/target/device/Config.in.mirrors b/target/device/Config.in.mirrors
index 1af982d2b..9e44e2a6f 100644
--- a/target/device/Config.in.mirrors
+++ b/target/device/Config.in.mirrors
@@ -65,7 +65,4 @@ config BR2_DEBIAN_MIRROR
Usually, just add your country code like XX here:
http://ftp.XX.debian.org
-if BR2_TARGET_ATMEL
-source "target/device/Atmel/Config.in.mirrors"
-endif
endmenu