mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	Refreshed all patches. This bump contains upstream commits which seem to avoid (not properly fix) the errors as seen in FS#2305 and FS#2297 Altered patches: - 403-net-mvneta-convert-to-phylink.patch - 410-sfp-hack-allow-marvell-10G-phy-support-to-use-SFP.patch Compile-tested on: ar71xx, cns3xxx, imx6, mvebu, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			823 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			823 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 8cabf9d8bd67d3f8603a4c1ceedaa629a7212be8 Mon Sep 17 00:00:00 2001
 | 
						|
From: Pawel Dembicki <paweldembicki@gmail.com>
 | 
						|
Date: Fri, 24 May 2019 17:56:19 +0200
 | 
						|
Subject: [PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx
 | 
						|
 | 
						|
Enable kernel XZ compression option on PPC_85xx. Tested with
 | 
						|
simpleImage on TP-Link TL-WDR4900 (Freescale P1014 processor).
 | 
						|
 | 
						|
Suggested-by: Christian Lamparter <chunkeey@gmail.com>
 | 
						|
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
 | 
						|
---
 | 
						|
 arch/powerpc/Kconfig | 1 +
 | 
						|
 1 file changed, 1 insertion(+)
 | 
						|
 | 
						|
--- a/arch/powerpc/Kconfig
 | 
						|
+++ b/arch/powerpc/Kconfig
 | 
						|
@@ -199,6 +199,7 @@ config PPC
 | 
						|
 	select HAVE_IOREMAP_PROT
 | 
						|
 	select HAVE_IRQ_EXIT_ON_IRQ_STACK
 | 
						|
 	select HAVE_KERNEL_GZIP
 | 
						|
+	select HAVE_KERNEL_XZ			if PPC_85xx
 | 
						|
 	select HAVE_KPROBES
 | 
						|
 	select HAVE_KPROBES_ON_FTRACE
 | 
						|
 	select HAVE_KRETPROBES
 |