modules: update OpenWrt
a7a207e18b mt76: update to the latest version 1ce5008597 wireguard: Fix compile with kernel 4.14.217 2ecb22dc51 kernel: bump 4.14 to 4.14.217 11f4918ebb dnsmasq: backport fixes 9999c87d3a netifd: fix IPv6 routing loop on point-to-point links 250dbb3a60 odhcp6c: fix IPv6 routing loop on point-to-point links d816c6cd31 kernel: bump 4.14 to 4.14.216 c21d59dc11 imagebuilder: pass IB=1 on checking requirements
This commit is contained in:
parent
ec8c4043ef
commit
39c1f67236
2
modules
2
modules
@ -2,7 +2,7 @@ GLUON_FEEDS='packages routing gluon'
|
||||
|
||||
OPENWRT_REPO=https://github.com/openwrt/openwrt.git
|
||||
OPENWRT_BRANCH=openwrt-19.07
|
||||
OPENWRT_COMMIT=6fc02f2a45e151ce16677d6131251af86ab4fc06
|
||||
OPENWRT_COMMIT=a7a207e18bf7fa04f265bb95cbe6fa91561fbfe8
|
||||
|
||||
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
|
||||
PACKAGES_PACKAGES_BRANCH=openwrt-19.07
|
||||
|
@ -1,46 +0,0 @@
|
||||
From: David Bauer <mail@david-bauer.net>
|
||||
Date: Thu, 15 Oct 2020 22:42:54 +0200
|
||||
Subject: mt76: mt7603: add additional EEPROM chip ID
|
||||
|
||||
Some newer MT7628 based routers (notably the TP-Link Archer C50 v4) are
|
||||
shipped with a chip-id of 0x7600 in the on-flash EEPROM. Add this as a
|
||||
possible valid ID.
|
||||
|
||||
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2781
|
||||
|
||||
Suggested-by: Ron Asimi <ron.asimi@gmail.com>
|
||||
Signed-off-by: David Bauer <mail@david-bauer.net>
|
||||
|
||||
diff --git a/package/kernel/mt76/patches/002-mt76-mt7603-add-additional-EEPROM-chip-ID.patch b/package/kernel/mt76/patches/002-mt76-mt7603-add-additional-EEPROM-chip-ID.patch
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..c749aa403f5940c19e5f580f461874b708b41f66
|
||||
--- /dev/null
|
||||
+++ b/package/kernel/mt76/patches/002-mt76-mt7603-add-additional-EEPROM-chip-ID.patch
|
||||
@@ -0,0 +1,27 @@
|
||||
+From 6b51340cdc32b1ba75163faaa8592feaeb4bddec Mon Sep 17 00:00:00 2001
|
||||
+From: David Bauer <mail@david-bauer.net>
|
||||
+Date: Sat, 10 Oct 2020 00:36:02 +0200
|
||||
+Subject: [PATCH] mt76: mt7603: add additional EEPROM chip ID
|
||||
+
|
||||
+Some newer MT7628 based routers (notably the TP-Link Archer C50 v4) are
|
||||
+shipped with a chip-id of 0x7600 in the on-flash EEPROM. Add this as a
|
||||
+possible valid ID.
|
||||
+
|
||||
+Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2781
|
||||
+
|
||||
+Suggested-by: Ron Asimi <ron.asimi@gmail.com>
|
||||
+Signed-off-by: David Bauer <mail@david-bauer.net>
|
||||
+---
|
||||
+ mt7603/eeprom.c | 1 +
|
||||
+ 1 file changed, 1 insertion(+)
|
||||
+
|
||||
+--- a/mt7603/eeprom.c
|
||||
++++ b/mt7603/eeprom.c
|
||||
+@@ -136,6 +136,7 @@ static int mt7603_check_eeprom(struct mt
|
||||
+ switch (val) {
|
||||
+ case 0x7628:
|
||||
+ case 0x7603:
|
||||
++ case 0x7600:
|
||||
+ return 0;
|
||||
+ default:
|
||||
+ return -EINVAL;
|
Loading…
Reference in New Issue
Block a user