diff options
author | John Audia <graysky@archlinux.us> | 2022-03-19 12:16:47 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-19 17:42:41 +0100 |
commit | 1eb5d50fd3dff15a2e316fcfa3c25597be429526 (patch) | |
tree | 03c624f51d67335f96f9db542e48dc1db1e7a2a6 /target/linux/mpc85xx | |
parent | 3bf10bac1117eeb9e27c69f4bc5dbfe604c97733 (diff) | |
download | upstream-1eb5d50fd3dff15a2e316fcfa3c25597be429526.tar.gz upstream-1eb5d50fd3dff15a2e316fcfa3c25597be429526.tar.bz2 upstream-1eb5d50fd3dff15a2e316fcfa3c25597be429526.zip |
kernel: bump 5.10 to 5.10.107
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/patches-5.10/107-powerpc-85xx-add-ws-ap3825i-support.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/mpc85xx/patches-5.10/107-powerpc-85xx-add-ws-ap3825i-support.patch b/target/linux/mpc85xx/patches-5.10/107-powerpc-85xx-add-ws-ap3825i-support.patch index 881f88ddb5..1829a78ec4 100644 --- a/target/linux/mpc85xx/patches-5.10/107-powerpc-85xx-add-ws-ap3825i-support.patch +++ b/target/linux/mpc85xx/patches-5.10/107-powerpc-85xx-add-ws-ap3825i-support.patch @@ -6,8 +6,6 @@ Subject: [PATCH] PowerPC 85xx: Add WS-AP3825i support This patch adds support for building Linux for the Extreme Networks WS-AP3825i AP. -diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig -index 764b916..66cbb73 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -82,6 +82,16 @@ config WS_AP3710I @@ -27,8 +25,6 @@ index 764b916..66cbb73 100644 config MPC8540_ADS bool "Freescale MPC8540 ADS" select DEFAULT_UIMAGE -diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile -index 443b44b..d37b650 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_P1023_RDB) += p1023_rdb.o @@ -39,6 +35,3 @@ index 443b44b..d37b650 100644 obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o obj-$(CONFIG_RED_15W_REV1) += red15w_rev1.o --- -2.25.1 - |