Skip to content

Instantly share code, notes, and snippets.

@chirayudesai
Created June 15, 2013 03:40
Show Gist options
  • Save chirayudesai/f084a1fb73ad894383a3 to your computer and use it in GitHub Desktop.
Save chirayudesai/f084a1fb73ad894383a3 to your computer and use it in GitHub Desktop.
From 182bbb4591fd3765b3de2b353efd453d861c0af2 Mon Sep 17 00:00:00 2001
From: Chirayu Desai <cdesai@cyanogenmod.org>
Date: Sat, 15 Jun 2013 09:10:06 +0530
Subject: [PATCH] Use default branch for the kernel
* 2.6.29 is too old, so switch to 3.4 instead
Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
---
cm.dependencies | 1 -
1 file changed, 1 deletion(-)
diff --git a/cm.dependencies b/cm.dependencies
index 6d5ce64..0ebda31 100644
--- a/cm.dependencies
+++ b/cm.dependencies
@@ -2,6 +2,5 @@
{
"repository": "android_kernel_goldfish",
"target_path": "kernel/goldfish",
- "branch": "cm-10.1_2.6.29"
}
]
--
1.8.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment