From patchwork Mon Feb 6 20:21:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,02/15] openwrt: switch to lede From: Tim Niemeyer X-Patchwork-Id: 301 Message-Id: <1486412503-18351-3-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Cc: Tim Niemeyer Date: Mon, 6 Feb 2017 21:21:30 +0100 diff --git a/buildscript b/buildscript index 152c4c3..59ccb40 100755 --- a/buildscript +++ b/buildscript @@ -13,8 +13,8 @@ builddir=./build -OPENWRTREV="1fea0d89f5b7867262213fc0ac459c4ab861e465" -OPENWRTURL="git://git.openwrt.org/15.05/openwrt.git" +OPENWRTREV="f2b885d82e6e7859f7cc32b557bbd80735e32b47" # LEDE 17.01 +OPENWRTURL="https://git.lede-project.org/source.git" PACKAGEREV="d3468397509bc98586712b601502e9ef84e061c6" PACKAGEURL="https://github.com/openwrt/packages.git"