From patchwork Mon Jan 16 20:51:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,01/11] openwrt: switch to lede From: Tim Niemeyer X-Patchwork-Id: 276 Message-Id: <1484599904-29461-2-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Cc: Tim Niemeyer Date: Mon, 16 Jan 2017 21:51:34 +0100 Signed-off-by: Tim Niemeyer --- buildscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscript b/buildscript index 152c4c3..9d80582 100755 --- a/buildscript +++ b/buildscript @@ -13,8 +13,8 @@ builddir=./build -OPENWRTREV="1fea0d89f5b7867262213fc0ac459c4ab861e465" -OPENWRTURL="git://git.openwrt.org/15.05/openwrt.git" +OPENWRTREV="2ac776ac7609c35d6ed883cebe6c1b4434a3e47f" # LEDE 17.01 +OPENWRTURL="https://git.lede-project.org/source.git" PACKAGEREV="d3468397509bc98586712b601502e9ef84e061c6" PACKAGEURL="https://github.com/openwrt/packages.git"