From patchwork Sat Jul 1 17:06:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v1,1/3] buildscript: update lede to 17.01.2 From: Tim Niemeyer X-Patchwork-Id: 354 Message-Id: <1498928816-12109-1-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Date: Sat, 1 Jul 2017 19:06:54 +0200 Signed-off-by: Tim Niemeyer Tested-by: Christian Dresel Reviewed-by: Christian Dresel --- bsp/ar71xx/.config | 1 + buildscript | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index c0e9b4a..43d063c 100644 --- a/bsp/ar71xx/.config +++ b/bsp/ar71xx/.config @@ -85,6 +85,7 @@ CONFIG_CLEAN_IPKG=y # CONFIG_PACKAGE_ALFRED_VIS is not set CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m CONFIG_PACKAGE_kmod-ath10k-ct=m +CONFIG_PACKAGE_kmod-hwmon-core=m CONFIG_PACKAGE_kmod-ifb=y CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y CONFIG_PACKAGE_kmod-ledtrig-netdev=y diff --git a/buildscript b/buildscript index 72374cd..afa77f8 100755 --- a/buildscript +++ b/buildscript @@ -13,9 +13,9 @@ builddir=./build -OPENWRTREV="3dbc4175a82c0cfe6c8f435b49bd9370ab442a4f" # LEDE 17.01.1 plus WR841 v12 +OPENWRTREV="2da512ecf4631cd7812283f0931cf6bbf842a313" # LEDE 17.01.2 OPENWRTURL="https://git.lede-project.org/source.git" -PACKAGEREV="0f81b6e9bbdcd4668e546f316522b3bfa2d2d133" # lede-17.01 from 2017-03-10 +PACKAGEREV="f2539c5847cea6a36e3363babacd7d8f37252ec3" # lede-17.01 from 2017-06-29 PACKAGEURL="https://github.com/openwrt/packages.git" ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches