mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
23 lines
830 B
Diff
23 lines
830 B
Diff
|
From 175a88201b69bf802d0379075c13e1d457d5b92b Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Micay <danielmicay@gmail.com>
|
||
|
Date: Fri, 17 Apr 2015 23:10:00 -0400
|
||
|
Subject: [PATCH] switch LOCALVERSION from cyanogenmod -> copperhead
|
||
|
|
||
|
---
|
||
|
arch/arm/configs/cyanogenmod_bacon_defconfig | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/arch/arm/configs/cyanogenmod_bacon_defconfig b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
index 4b715c4..35bd0f0 100644
|
||
|
--- a/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
+++ b/arch/arm/configs/cyanogenmod_bacon_defconfig
|
||
|
@@ -42,7 +42,7 @@ CONFIG_IRQ_WORK=y
|
||
|
CONFIG_EXPERIMENTAL=y
|
||
|
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||
|
CONFIG_CROSS_COMPILE=""
|
||
|
-CONFIG_LOCALVERSION="-cyanogenmod"
|
||
|
+CONFIG_LOCALVERSION="-copperhead"
|
||
|
CONFIG_LOCALVERSION_AUTO=y
|
||
|
CONFIG_HAVE_KERNEL_GZIP=y
|
||
|
CONFIG_HAVE_KERNEL_LZMA=y
|