mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
e0e74d8a2c
swig has been installed on the buildbots a while a ago and Petr Štetiar got a fix for the pylibfdt error. Use that and re-enable the builds for mt7620 and mt7621. Refresh patches while at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From e5fc4022af3cfd59e3459276305671a595ac5ff0 Mon Sep 17 00:00:00 2001
|
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
|
Date: Fri, 20 May 2022 11:24:16 +0800
|
|
Subject: [PATCH 25/25] MAINTAINERS: update maintainer for MediaTek MIPS
|
|
platform
|
|
|
|
Update maintainer for MediaTek MIPS platform
|
|
|
|
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
|
|
---
|
|
MAINTAINERS | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -1007,15 +1007,23 @@ R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot
|
|
S: Maintained
|
|
F: arch/mips/mach-mtmips/
|
|
F: arch/mips/dts/mt7620.dtsi
|
|
+F: arch/mips/dts/mt7621.dtsi
|
|
F: arch/mips/dts/mt7620-u-boot.dtsi
|
|
+F: arch/mips/dts/mt7621-u-boot.dtsi
|
|
F: include/configs/mt7620.h
|
|
+F: include/configs/mt7621.h
|
|
F: include/dt-bindings/clock/mt7620-clk.h
|
|
+F: include/dt-bindings/clock/mt7621-clk.h
|
|
F: include/dt-bindings/clock/mt7628-clk.h
|
|
F: include/dt-bindings/reset/mt7620-reset.h
|
|
+F: include/dt-bindings/reset/mt7621-reset.h
|
|
F: include/dt-bindings/reset/mt7628-reset.h
|
|
F: drivers/clk/mtmips/
|
|
F: drivers/pinctrl/mtmips/
|
|
F: drivers/gpio/mt7620_gpio.c
|
|
+F: drivers/mtd/nand/raw/mt7621_nand.c
|
|
+F: drivers/mtd/nand/raw/mt7621_nand.h
|
|
+F: drivers/mtd/nand/raw/mt7621_nand_spl.c
|
|
F: drivers/net/mt7620-eth.c
|
|
F: drivers/phy/mt7620-usb-phy.c
|
|
F: drivers/reset/reset-mtmips.c
|