mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
34 lines
1.0 KiB
Diff
34 lines
1.0 KiB
Diff
|
From 5bc51b0399c7a740537be766423f24936eac7788 Mon Sep 17 00:00:00 2001
|
||
|
From: Tad <tad@spotco.us>
|
||
|
Date: Sat, 17 Oct 2015 20:50:31 -0400
|
||
|
Subject: [PATCH] Update defconfig
|
||
|
|
||
|
---
|
||
|
arch/arm/configs/cyanogenmod_bacon_defconfig | 5 +++--
|
||
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/arch/arm/configs/cyanogenmod_bacon_defconfig b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
index 73f8fe7..f8ab8c2 100644
|
||
|
--- a/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
+++ b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
@@ -123,8 +123,9 @@ CONFIG_RD_BZIP2=y
|
||
|
CONFIG_RD_LZMA=y
|
||
|
# CONFIG_RD_XZ is not set
|
||
|
# CONFIG_RD_LZO is not set
|
||
|
-# CONFIG_RD_LZ4 is not set
|
||
|
+CONFIG_RD_LZ4=y
|
||
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
||
|
+CONFIG_CC_OPTIMIZE_MORE=y
|
||
|
CONFIG_SYSCTL=y
|
||
|
CONFIG_ANON_INODES=y
|
||
|
CONFIG_PANIC_TIMEOUT=5
|
||
|
@@ -188,7 +189,7 @@ CONFIG_SECCOMP_FILTER=y
|
||
|
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
|
||
|
CONFIG_RT_MUTEXES=y
|
||
|
CONFIG_BASE_SMALL=0
|
||
|
-# CONFIG_MODULES is not set
|
||
|
+CONFIG_MODULES=y
|
||
|
CONFIG_STOP_MACHINE=y
|
||
|
CONFIG_BLOCK=y
|
||
|
CONFIG_LBDAF=y
|