From patchwork Mon Dec 10 13:21:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 204872 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 6918B2C0131 for ; Tue, 11 Dec 2012 00:23:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8FC45A011F; Mon, 10 Dec 2012 13:23:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5kJldVOsLmj2; Mon, 10 Dec 2012 13:23:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 76C73A00FB; Mon, 10 Dec 2012 13:23:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 27BF88F74B for ; Mon, 10 Dec 2012 13:23:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2AA0814CB for ; Mon, 10 Dec 2012 13:22:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fUcEVZnUJtKX for ; Mon, 10 Dec 2012 13:22:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 192FB8AB83 for ; Mon, 10 Dec 2012 13:22:02 +0000 (UTC) Received: from asgard (host201.201-252-64.telecom.net.ar [201.252.64.201]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBADLuQr025700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Dec 2012 13:21:58 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1355145720; bh=aRPkcPCAAReMfguw56ofPn6YqoVPQ4bGlwhQVbO8QoQ=; h=From:To:Cc:Subject:Date; b=XG9DLYTCwk6fCGfcTIZB4RSJjGw2NJERhOckQNZLJjNS+1X1y1p7lAARfvvHJD9VU //m5wZPtl76zH+WYZoUOo7pQVOw4i5LJL2QHo67XlKwAB4n8EM6lfl9DfekQg41TtI iYR8s3VuQ08hEW//hUuyLJoHyzpAoHvP63nvw7O0= Received: by asgard (sSMTP sendmail emulation); Mon, 10 Dec 2012 10:21:55 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 10 Dec 2012 10:21:54 -0300 Message-Id: <1355145714-24628-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] at91bootstrap: upstream moved to another URL X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- boot/at91bootstrap/at91bootstrap.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/boot/at91bootstrap/at91bootstrap.mk b/boot/at91bootstrap/at91bootstrap.mk index d8caed7..46862c0 100644 --- a/boot/at91bootstrap/at91bootstrap.mk +++ b/boot/at91bootstrap/at91bootstrap.mk @@ -4,7 +4,7 @@ # ############################################################# AT91BOOTSTRAP_VERSION = 1.16 -AT91BOOTSTRAP_SITE = http://www.atmel.com/dyn/resources/prod_documents/ +AT91BOOTSTRAP_SITE = http://www.atmel.com/Images AT91BOOTSTRAP_SOURCE = AT91Bootstrap$(AT91BOOTSTRAP_VERSION).zip AT91BOOTSTRAP_BOARD = $(call qstrip,$(BR2_TARGET_AT91BOOTSTRAP_BOARD))