summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-04-28 19:47:47 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-04-28 23:01:34 +0200
commit8e8733d580848163dbd3546c0c289855dff64264 (patch)
tree68aa4df24ec71351cda797dc5e85a1304c95632c
parentb7836885d843067601cc533140378f12262b8f2d (diff)
downloadDistroKit-8e8733d580848163dbd3546c0c289855dff64264.tar.gz
DistroKit-8e8733d580848163dbd3546c0c289855dff64264.tar.xz
MIPS: kernel: use LZO compression
With LZO we need 1 second less of boot time. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
-rw-r--r--configs/platform-mips/kernelconfig4
-rw-r--r--configs/platform-mips/kernelconfig-ar93314
-rw-r--r--configs/platform-mips/kernelconfig-ar9331.diff2
-rw-r--r--configs/platform-mips/kernelconfig-malta4
-rw-r--r--configs/platform-mips/kernelconfig-malta.diff2
5 files changed, 8 insertions, 8 deletions
diff --git a/configs/platform-mips/kernelconfig b/configs/platform-mips/kernelconfig
index de6eee8..fe2371c 100644
--- a/configs/platform-mips/kernelconfig
+++ b/configs/platform-mips/kernelconfig
@@ -35,8 +35,8 @@ CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
-CONFIG_KERNEL_XZ=y
-# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_XZ is not set
+CONFIG_KERNEL_LZO=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
# CONFIG_SWAP is not set
diff --git a/configs/platform-mips/kernelconfig-ar9331 b/configs/platform-mips/kernelconfig-ar9331
index e4f763a..6f56139 100644
--- a/configs/platform-mips/kernelconfig-ar9331
+++ b/configs/platform-mips/kernelconfig-ar9331
@@ -35,8 +35,8 @@ CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
-CONFIG_KERNEL_XZ=y
-# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_XZ is not set
+CONFIG_KERNEL_LZO=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
# CONFIG_SWAP is not set
diff --git a/configs/platform-mips/kernelconfig-ar9331.diff b/configs/platform-mips/kernelconfig-ar9331.diff
index 633fd7f..77b21c7 100644
--- a/configs/platform-mips/kernelconfig-ar9331.diff
+++ b/configs/platform-mips/kernelconfig-ar9331.diff
@@ -1,4 +1,4 @@
-c3574396e522fd9ac33d1d4c2475ac18
+230e86625b9c4aa9eba186c9ef927f4e
# CONFIG_ACORN_PARTITION is undefined
# CONFIG_AIX_PARTITION is undefined
# CONFIG_AMIGA_PARTITION is undefined
diff --git a/configs/platform-mips/kernelconfig-malta b/configs/platform-mips/kernelconfig-malta
index 2930fb9..513d992 100644
--- a/configs/platform-mips/kernelconfig-malta
+++ b/configs/platform-mips/kernelconfig-malta
@@ -33,8 +33,8 @@ CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
-CONFIG_KERNEL_XZ=y
-# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_XZ is not set
+CONFIG_KERNEL_LZO=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
# CONFIG_SWAP is not set
diff --git a/configs/platform-mips/kernelconfig-malta.diff b/configs/platform-mips/kernelconfig-malta.diff
index 44017bc..9c16047 100644
--- a/configs/platform-mips/kernelconfig-malta.diff
+++ b/configs/platform-mips/kernelconfig-malta.diff
@@ -1,4 +1,4 @@
-c3574396e522fd9ac33d1d4c2475ac18
+230e86625b9c4aa9eba186c9ef927f4e
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_ACENIC is not set