mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

[mac80211] 5b29614 mac80211: another fix for the sta connection monitor 1ed6eb1 mac80211: backport sched_set_fifo_low cba4120 mac80211: add support for specifying a per-device scan list e0d482f rt2x00: mt7620: differentiate based on SoC's CHIP_VER [package] amd64-microcode/intel-microcode/linux-firmware: update version
26 lines
935 B
Diff
26 lines
935 B
Diff
From 66770a004afe10df11d3902e16eaa0c2c39436bb 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 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/powerpc/Kconfig
|
|
+++ b/arch/powerpc/Kconfig
|
|
@@ -205,7 +205,7 @@ config PPC
|
|
select HAVE_KERNEL_GZIP
|
|
select HAVE_KERNEL_LZMA if DEFAULT_UIMAGE
|
|
select HAVE_KERNEL_LZO if DEFAULT_UIMAGE
|
|
- select HAVE_KERNEL_XZ if PPC_BOOK3S || 44x
|
|
+ select HAVE_KERNEL_XZ if PPC_BOOK3S || 44x || PPC_85xx
|
|
select HAVE_KPROBES
|
|
select HAVE_KPROBES_ON_FTRACE
|
|
select HAVE_KRETPROBES
|