From d0eeee33782489d28841e9b3ff828b6c566e6d15 Mon Sep 17 00:00:00 2001 From: Joe AE6XE Date: Fri, 10 Aug 2018 00:12:59 +0000 Subject: [PATCH] aredn: update package download to arednmesh.org --- patches/702-repo-version.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/702-repo-version.patch b/patches/702-repo-version.patch index dc12f82e..9a617def 100644 --- a/patches/702-repo-version.patch +++ b/patches/702-repo-version.patch @@ -5,7 +5,7 @@ string prompt "Release repository" - default "http://downloads.aredn.org/snapshots/trunk/%T/packages" -+ default "http://downloads.aredn.org/barrier_breaker/14.07/%S/packages" ++ default "http://downloads.arednmesh.org/barrier_breaker/14.07/%S/packages" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: @@ -16,7 +16,7 @@ VERSION_REPO:=$(call qstrip,$(CONFIG_VERSION_REPO)) -VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.aredn.org/snapshots/trunk/%S/packages) -+VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.aredn.org/barrier_breaker/14.07/%S/packages) ++VERSION_REPO:=$(if $(VERSION_REPO),$(VERSION_REPO),http://downloads.arednmesh.org/barrier_breaker/14.07/%S/packages) VERSION_DIST:=$(call qstrip,$(CONFIG_VERSION_DIST)) VERSION_DIST:=$(if $(VERSION_DIST),$(VERSION_DIST),OpenWrt)