From 87ced3c5c6d41929b5c4c992adbdffa7c1a72ae7 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 3 Feb 2018 14:16:45 +0100
Subject: [PATCH] modules: update LEDE

b1205a9211 ar71xx: /lib/ar71xx.sh: add model detection for TP-Link TL-WR810N
fbeae9d891 iptables: make kmod-ipt-debug part of default ALL build
6ea9a702c5 iptables: Fix target TRACE issue
00fa1e4108 curl: fix libcurl/mbedtls async interface
d5278cc48b kernel: bump 4.4 to 4.4.112 for 17.01
2ae0741f3b dnsmasq: backport validation fix in dnssec security fix
58d60bd283 dnsmasq: backport dnssec security fix for 17.01
d626aa005b mountd: bump to git HEAD version
f0336975be kernel: bump 4.4 to 4.4.111 for 17.01
fb6f21c657 kmod-sched-cake: bump to latest cake bake for 17.01
2e8a3bb35f ar71xx: Netgear WNR2000v4: do not include USB packages [17.01]
3fa86282fa build: fix restoring /etc/opkg with PER_DEVICE_ROOTFS
987a7e3175 ramips: fix lenovo newifi-y1 switch and LED config
dbb5ffaed5 ramips: firewrt: indicate boot status via LED
---
 modules                | 2 +-
 targets/ar71xx-generic | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules b/modules
index e9370f157..2ccb54bfa 100644
--- a/modules
+++ b/modules
@@ -2,7 +2,7 @@ GLUON_FEEDS='openwrt gluon routing luci'
 
 LEDE_REPO=https://git.lede-project.org/openwrt/openwrt.git
 LEDE_BRANCH=lede-17.01
-LEDE_COMMIT=c3cdc53164f14fce729b4a5b32a63b6cc79aa5e0
+LEDE_COMMIT=b1205a921177607c572605601b6e8ca5b6816838
 
 PACKAGES_OPENWRT_REPO=https://github.com/openwrt/packages.git
 PACKAGES_OPENWRT_BRANCH=lede-17.01
diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic
index 7a5a8e69f..1d3767cf3 100644
--- a/targets/ar71xx-generic
+++ b/targets/ar71xx-generic
@@ -153,7 +153,7 @@ device tp-link-tl-wr710n-v1 tl-wr710n-v1
 device tp-link-tl-wr710n-v2.1 tl-wr710n-v2.1
 
 if [ "$BROKEN" ]; then
-device tp-link-tl-wr810n tl-wr810n # BROKEN: Untested
+device tp-link-tl-wr810n-v1 tl-wr810n # BROKEN: Untested
 fi
 
 device tp-link-tl-wr842n-nd-v1 tl-wr842n-v1
-- 
GitLab