From patchwork Sun Feb 5 18:13:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,02/15] openwrt: switch to lede From: Tim Niemeyer X-Patchwork-Id: 294 Message-Id: <1486318428-7226-3-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Cc: Tim Niemeyer Date: Sun, 5 Feb 2017 19:13:34 +0100 Signed-off-by: Tim Niemeyer --- Changes in v2: - update git revision buildscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscript b/buildscript index 152c4c3..d4240ce 100755 --- a/buildscript +++ b/buildscript @@ -13,8 +13,8 @@ builddir=./build -OPENWRTREV="1fea0d89f5b7867262213fc0ac459c4ab861e465" -OPENWRTURL="git://git.openwrt.org/15.05/openwrt.git" +OPENWRTREV="f791fb4af45032a653ba7c850f4564923871cb16" # LEDE 17.01 +OPENWRTURL="https://git.lede-project.org/source.git" PACKAGEREV="d3468397509bc98586712b601502e9ef84e061c6" PACKAGEURL="https://github.com/openwrt/packages.git"