Created
September 4, 2017 19:32
-
-
Save craftyguy/789f43196de332f1b94c1b52112edae9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /home/clayton/Downloads/config 2017-09-04 09:43:38.811228016 -0700 | |
+++ aports/main/linux-postmarketos/config-postmarketos.armhf 2017-09-04 11:58:43.884364343 -0700 | |
@@ -1,6 +1,6 @@ | |
# | |
# Automatically generated file; DO NOT EDIT. | |
-# Linux/arm 4.12.0-rc5 Kernel Configuration | |
+# Linux/arm 4.12.10 Kernel Configuration | |
# | |
CONFIG_ARM=y | |
CONFIG_ARM_HAS_SG_CHAIN=y | |
@@ -39,8 +39,8 @@ | |
CONFIG_HAVE_KERNEL_XZ=y | |
CONFIG_HAVE_KERNEL_LZO=y | |
CONFIG_HAVE_KERNEL_LZ4=y | |
-# CONFIG_KERNEL_GZIP is not set | |
-CONFIG_KERNEL_LZMA=y | |
+CONFIG_KERNEL_GZIP=y | |
+# CONFIG_KERNEL_LZMA is not set | |
# CONFIG_KERNEL_XZ is not set | |
# CONFIG_KERNEL_LZO is not set | |
# CONFIG_KERNEL_LZ4 is not set | |
@@ -129,7 +129,14 @@ | |
CONFIG_SYSFS_DEPRECATED=y | |
# CONFIG_SYSFS_DEPRECATED_V2 is not set | |
# CONFIG_RELAY is not set | |
-# CONFIG_BLK_DEV_INITRD is not set | |
+CONFIG_BLK_DEV_INITRD=y | |
+CONFIG_INITRAMFS_SOURCE="" | |
+CONFIG_RD_GZIP=y | |
+CONFIG_RD_BZIP2=y | |
+CONFIG_RD_LZMA=y | |
+CONFIG_RD_XZ=y | |
+CONFIG_RD_LZO=y | |
+CONFIG_RD_LZ4=y | |
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y | |
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | |
CONFIG_SYSCTL=y | |
@@ -3891,6 +3898,7 @@ | |
CONFIG_ZLIB_DEFLATE=y | |
CONFIG_LZO_COMPRESS=y | |
CONFIG_LZO_DECOMPRESS=y | |
+CONFIG_LZ4_DECOMPRESS=y | |
CONFIG_XZ_DEC=y | |
CONFIG_XZ_DEC_X86=y | |
CONFIG_XZ_DEC_POWERPC=y | |
@@ -3900,6 +3908,12 @@ | |
CONFIG_XZ_DEC_SPARC=y | |
CONFIG_XZ_DEC_BCJ=y | |
# CONFIG_XZ_DEC_TEST is not set | |
+CONFIG_DECOMPRESS_GZIP=y | |
+CONFIG_DECOMPRESS_BZIP2=y | |
+CONFIG_DECOMPRESS_LZMA=y | |
+CONFIG_DECOMPRESS_XZ=y | |
+CONFIG_DECOMPRESS_LZO=y | |
+CONFIG_DECOMPRESS_LZ4=y | |
CONFIG_GENERIC_ALLOCATOR=y | |
CONFIG_BCH=y | |
CONFIG_ASSOCIATIVE_ARRAY=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment