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
This commit is contained in:
parent
c77fad4ece
commit
ab463f9321
2
modules
2
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
|
||||
|
@ -76,10 +76,10 @@ index b3e23c9a8f8c56870ef36fb55ae52e6b5ea61134..68f90de802ddd18e09a1da39c0d56292
|
||||
ath10kcal_extract "art" 20480 2116
|
||||
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2)
|
||||
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||
index bf365988acbd332d5eb4b2f6fb9e7744f8c1b817..46711af2b26159ebb105fa97cd8a85bb9c00911a 100755
|
||||
index 170c6f01b4310c4d6c261e9ba97af8786b21c93b..fc7d862c2911e96f76622cbed23e99863814da63 100755
|
||||
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||
@@ -460,6 +460,9 @@ ar71xx_board_detect() {
|
||||
@@ -463,6 +463,9 @@ ar71xx_board_detect() {
|
||||
*AP90Q)
|
||||
name="ap90q"
|
||||
;;
|
||||
|
@ -41,10 +41,10 @@ via TFTP:
|
||||
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
|
||||
|
||||
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
|
||||
index 1778dc93297136e3196ad3f74e4b3bea7535cee0..1f5c6429201ba05fc14ff09c6c562d2c114f2a63 100755
|
||||
index 17d25b1954e69d6d2a02ad94885cb54486fc904c..5a4042339c6761703578e014612062ac78babd9d 100755
|
||||
--- a/target/linux/ramips/base-files/etc/board.d/02_network
|
||||
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
|
||||
@@ -146,6 +146,7 @@ ramips_setup_interfaces()
|
||||
@@ -145,6 +145,7 @@ ramips_setup_interfaces()
|
||||
rb750gr3|\
|
||||
rt-n14u|\
|
||||
ubnt-erx|\
|
||||
|
@ -82,10 +82,10 @@ index 38cc5d7853c79f2a7800a387310a95abb3b4de1b..61db387c9ecefd7090c25a5f5d75fdbf
|
||||
tl-wr1043nd-v2|\
|
||||
tl-wr1043nd-v4|\
|
||||
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||
index 46711af2b26159ebb105fa97cd8a85bb9c00911a..de6042b202bbd07e64833743933be1cbaf1ed495 100755
|
||||
index fc7d862c2911e96f76622cbed23e99863814da63..8f8158bac8a28db4f4f15ce5c37f48a21084dc03 100755
|
||||
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
|
||||
@@ -944,6 +944,9 @@ ar71xx_board_detect() {
|
||||
@@ -947,6 +947,9 @@ ar71xx_board_detect() {
|
||||
*"TL-WR1043ND v4")
|
||||
name="tl-wr1043nd-v4"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user