From 39c1f67236c0d65d0063e7b4d38952ff3d5b0541 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 1 Feb 2021 13:15:37 +0100 Subject: [PATCH] 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 --- modules | 2 +- ...loader-cmdline-on-empty-DT-bootargs.patch} | 0 ...mt7603-add-additional-EEPROM-chip-ID.patch | 46 ------------------- ...-Add-support-for-Plasma-Cloud-PA300.patch} | 0 ...Add-support-for-Plasma-Cloud-PA300E.patch} | 0 ...for-openmesh.sh-to-vendor-free-name.patch} | 0 ...add-support-for-Plasma-Cloud-PA1200.patch} | 0 ...add-support-for-Plasma-Cloud-PA2200.patch} | 0 ...ck-when-enabling-multicast-snooping.patch} | 0 9 files changed, 1 insertion(+), 47 deletions(-) rename patches/openwrt/{0018-ath79-Fix-fallback-to-bootloader-cmdline-on-empty-DT-bootargs.patch => 0017-ath79-Fix-fallback-to-bootloader-cmdline-on-empty-DT-bootargs.patch} (100%) delete mode 100644 patches/openwrt/0017-mt76-mt7603-add-additional-EEPROM-chip-ID.patch rename patches/openwrt/{0019-ath79-Add-support-for-Plasma-Cloud-PA300.patch => 0018-ath79-Add-support-for-Plasma-Cloud-PA300.patch} (100%) rename patches/openwrt/{0020-ath79-Add-support-for-Plasma-Cloud-PA300E.patch => 0019-ath79-Add-support-for-Plasma-Cloud-PA300E.patch} (100%) rename patches/openwrt/{0021-ipq40xx-Change-name-for-openmesh.sh-to-vendor-free-name.patch => 0020-ipq40xx-Change-name-for-openmesh.sh-to-vendor-free-name.patch} (100%) rename patches/openwrt/{0022-ipq40xx-add-support-for-Plasma-Cloud-PA1200.patch => 0021-ipq40xx-add-support-for-Plasma-Cloud-PA1200.patch} (100%) rename patches/openwrt/{0023-ipq40xx-add-support-for-Plasma-Cloud-PA2200.patch => 0022-ipq40xx-add-support-for-Plasma-Cloud-PA2200.patch} (100%) rename patches/openwrt/{0024-kernel-bridge-Fix-a-deadlock-when-enabling-multicast-snooping.patch => 0023-kernel-bridge-Fix-a-deadlock-when-enabling-multicast-snooping.patch} (100%) diff --git a/modules b/modules index 55a6136a..6e621aae 100644 --- a/modules +++ b/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 diff --git a/patches/openwrt/0018-ath79-Fix-fallback-to-bootloader-cmdline-on-empty-DT-bootargs.patch b/patches/openwrt/0017-ath79-Fix-fallback-to-bootloader-cmdline-on-empty-DT-bootargs.patch similarity index 100% rename from patches/openwrt/0018-ath79-Fix-fallback-to-bootloader-cmdline-on-empty-DT-bootargs.patch rename to patches/openwrt/0017-ath79-Fix-fallback-to-bootloader-cmdline-on-empty-DT-bootargs.patch diff --git a/patches/openwrt/0017-mt76-mt7603-add-additional-EEPROM-chip-ID.patch b/patches/openwrt/0017-mt76-mt7603-add-additional-EEPROM-chip-ID.patch deleted file mode 100644 index deac496d..00000000 --- a/patches/openwrt/0017-mt76-mt7603-add-additional-EEPROM-chip-ID.patch +++ /dev/null @@ -1,46 +0,0 @@ -From: David Bauer -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 -Signed-off-by: David Bauer - -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 -+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 -+Signed-off-by: David Bauer -+--- -+ 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; diff --git a/patches/openwrt/0019-ath79-Add-support-for-Plasma-Cloud-PA300.patch b/patches/openwrt/0018-ath79-Add-support-for-Plasma-Cloud-PA300.patch similarity index 100% rename from patches/openwrt/0019-ath79-Add-support-for-Plasma-Cloud-PA300.patch rename to patches/openwrt/0018-ath79-Add-support-for-Plasma-Cloud-PA300.patch diff --git a/patches/openwrt/0020-ath79-Add-support-for-Plasma-Cloud-PA300E.patch b/patches/openwrt/0019-ath79-Add-support-for-Plasma-Cloud-PA300E.patch similarity index 100% rename from patches/openwrt/0020-ath79-Add-support-for-Plasma-Cloud-PA300E.patch rename to patches/openwrt/0019-ath79-Add-support-for-Plasma-Cloud-PA300E.patch diff --git a/patches/openwrt/0021-ipq40xx-Change-name-for-openmesh.sh-to-vendor-free-name.patch b/patches/openwrt/0020-ipq40xx-Change-name-for-openmesh.sh-to-vendor-free-name.patch similarity index 100% rename from patches/openwrt/0021-ipq40xx-Change-name-for-openmesh.sh-to-vendor-free-name.patch rename to patches/openwrt/0020-ipq40xx-Change-name-for-openmesh.sh-to-vendor-free-name.patch diff --git a/patches/openwrt/0022-ipq40xx-add-support-for-Plasma-Cloud-PA1200.patch b/patches/openwrt/0021-ipq40xx-add-support-for-Plasma-Cloud-PA1200.patch similarity index 100% rename from patches/openwrt/0022-ipq40xx-add-support-for-Plasma-Cloud-PA1200.patch rename to patches/openwrt/0021-ipq40xx-add-support-for-Plasma-Cloud-PA1200.patch diff --git a/patches/openwrt/0023-ipq40xx-add-support-for-Plasma-Cloud-PA2200.patch b/patches/openwrt/0022-ipq40xx-add-support-for-Plasma-Cloud-PA2200.patch similarity index 100% rename from patches/openwrt/0023-ipq40xx-add-support-for-Plasma-Cloud-PA2200.patch rename to patches/openwrt/0022-ipq40xx-add-support-for-Plasma-Cloud-PA2200.patch diff --git a/patches/openwrt/0024-kernel-bridge-Fix-a-deadlock-when-enabling-multicast-snooping.patch b/patches/openwrt/0023-kernel-bridge-Fix-a-deadlock-when-enabling-multicast-snooping.patch similarity index 100% rename from patches/openwrt/0024-kernel-bridge-Fix-a-deadlock-when-enabling-multicast-snooping.patch rename to patches/openwrt/0023-kernel-bridge-Fix-a-deadlock-when-enabling-multicast-snooping.patch