[openwrt/openwrt] apm821xx: refresh 6.12 patches

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 18 15:01:53 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/38fd269993ce0cee498518eaf281b18c9372db68

commit 38fd269993ce0cee498518eaf281b18c9372db68
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Mon May 12 17:34:35 2025 -0700

    apm821xx: refresh 6.12 patches
    
    pci driver went to a different directory and thus manually edited.
    
    All else done with kernel_oldconfig.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18798
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .../apm821xx/patches-6.12/300-fix-atheros-nics-on-apm82181.patch    | 4 ++--
 .../linux/apm821xx/patches-6.12/301-fix-memory-map-wndr4700.patch   | 6 +++---
 .../900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch  | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/target/linux/apm821xx/patches-6.12/300-fix-atheros-nics-on-apm82181.patch b/target/linux/apm821xx/patches-6.12/300-fix-atheros-nics-on-apm82181.patch
index 48c57acde8..64c07f48d4 100644
--- a/target/linux/apm821xx/patches-6.12/300-fix-atheros-nics-on-apm82181.patch
+++ b/target/linux/apm821xx/patches-6.12/300-fix-atheros-nics-on-apm82181.patch
@@ -1,5 +1,5 @@
---- a/arch/powerpc/platforms/4xx/pci.c
-+++ b/arch/powerpc/platforms/4xx/pci.c
+--- a/arch/powerpc/platforms/44x/pci.c
++++ b/arch/powerpc/platforms/44x/pci.c
 @@ -1058,15 +1058,24 @@ static int __init apm821xx_pciex_init_po
  	u32 val;
  
diff --git a/target/linux/apm821xx/patches-6.12/301-fix-memory-map-wndr4700.patch b/target/linux/apm821xx/patches-6.12/301-fix-memory-map-wndr4700.patch
index bd022ca220..227d282954 100644
--- a/target/linux/apm821xx/patches-6.12/301-fix-memory-map-wndr4700.patch
+++ b/target/linux/apm821xx/patches-6.12/301-fix-memory-map-wndr4700.patch
@@ -1,6 +1,6 @@
---- a/arch/powerpc/platforms/4xx/pci.c
-+++ b/arch/powerpc/platforms/4xx/pci.c
-@@ -1900,9 +1900,9 @@ static void __init ppc4xx_configure_pcie
+--- a/arch/powerpc/platforms/44x/pci.c
++++ b/arch/powerpc/platforms/44x/pci.c
+@@ -1800,9 +1800,9 @@ static void __init ppc4xx_configure_pcie
  		 * if it works
  		 */
  		out_le32(mbase + PECFG_PIM0LAL, 0x00000000);
diff --git a/target/linux/apm821xx/patches-6.12/900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch b/target/linux/apm821xx/patches-6.12/900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch
index dcc82546a2..6775954e9f 100644
--- a/target/linux/apm821xx/patches-6.12/900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch
+++ b/target/linux/apm821xx/patches-6.12/900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch
@@ -18,7 +18,7 @@ Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
 
 --- a/arch/powerpc/boot/Makefile
 +++ b/arch/powerpc/boot/Makefile
-@@ -277,7 +277,7 @@ compressor-$(CONFIG_KERNEL_LZO) := lzo
+@@ -271,7 +271,7 @@ compressor-$(CONFIG_KERNEL_LZO) := lzo
  
  # args (to if_changed): 1 = (this rule), 2 = platform, 3 = dts 4=dtb 5=initrd
  quiet_cmd_wrap	= WRAP    $@




More information about the lede-commits mailing list