The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped automatically by the mailing list software.
--- Begin Message ---Hi, This series adds support for SAMA5D2 ICP, SAMA5D27-WLSOM1-EK and SAM9X60EK boards. Since SAM9X60's kernel support is included in 5.10 but not on 5.4 1st (patch 1/8) switches to kernel 5.10. Patch 2/8, 3/8, 8/8 adds the boards support. Patches 5-7/8 updates the kernel config for sam9x SoCs and sam9x60. Thank you, Claudiu Beznea Changes in v2: - changed series title from "at91: add support for sama5d2 icp and" to "at91: add support for sama5d2 icp, sama5d27 wlsom1 ek and sam9x60ek" - bump at91 to kernel 5.10 - adds sam9x60 and sam9x60ek specific support - drop patch 1/3 from v1 Claudiu Beznea (8): at91: kernel: bump to 5.10 at91: add support for sama5d2 icp board at91: add support for sama5d27-wlsom1-ek board at91: use make kernel_menuconfig and save for sam9x kernel config at91: enable CONFIG_ARCH_AT91 and specific sam9x SoCs at91: enable specific sam9x kernel config flags at91: enable kernel config for sam9x60 at91: add support for sam9x60-ek board package/boot/at91bootstrap/Makefile | 42 +++ package/boot/uboot-at91/Makefile | 35 ++ target/linux/at91/Makefile | 2 +- .../at91/files/arch/arm/boot/dts/wb45n.dts | 220 ------------- .../at91/files/arch/arm/boot/dts/wb50n.dts | 113 ------- .../at91/files/arch/arm/boot/dts/wb50n.dtsi | 205 ------------ target/linux/at91/image/sam9x.mk | 14 +- target/linux/at91/image/sama5.mk | 23 ++ .../101-ARM-at91-build-dtb-for-q5xr5.patch | 10 + .../101-ARM-at91-build-dtb-for-q5xr5.patch | 10 - .../102-ARM-at91-build-dtb-for-wb45n.patch | 12 - ...2-ARM-at91-wb45n-fix-duplicate-label.patch | 20 -- .../103-ARM-at91-build-dtb-for-wb50n.patch | 12 - ...3-ARM-at91-wb50n-fix-duplicate-label.patch | 39 --- target/linux/at91/sam9x/config-default | 299 ++++++++++++++---- 15 files changed, 360 insertions(+), 696 deletions(-) delete mode 100644 target/linux/at91/files/arch/arm/boot/dts/wb45n.dts delete mode 100644 target/linux/at91/files/arch/arm/boot/dts/wb50n.dts delete mode 100644 target/linux/at91/files/arch/arm/boot/dts/wb50n.dtsi create mode 040000 target/linux/at91/patches-5.10 create mode 100644 target/linux/at91/patches-5.10/101-ARM-at91-build-dtb-for-q5xr5.patch delete mode 040000 target/linux/at91/patches-5.4 delete mode 100644 target/linux/at91/patches-5.4/101-ARM-at91-build-dtb-for-q5xr5.patch delete mode 100644 target/linux/at91/patches-5.4/102-ARM-at91-build-dtb-for-wb45n.patch delete mode 100644 target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch delete mode 100644 target/linux/at91/patches-5.4/103-ARM-at91-build-dtb-for-wb50n.patch delete mode 100644 target/linux/at91/patches-5.4/103-ARM-at91-wb50n-fix-duplicate-label.patch -- 2.23.0
--- End Message ---
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel