diff options
author | Brint E. Kriebel <bkriebel@vmware.com> | 2012-11-09 10:44:09 -0700 |
---|---|---|
committer | Brint E. Kriebel <bkriebel@vmware.com> | 2012-11-09 10:44:09 -0700 |
commit | b3d5f877aaf9e9538c70c658e91255f7f7145f5a (patch) | |
tree | ba2aabb044a1945801197caa79144379a31e4511 | |
parent | 8b63f737da9c621a002786249bd3740fea2adb4c (diff) | |
download | device_samsung_maguro-b3d5f877aaf9e9538c70c658e91255f7f7145f5a.zip device_samsung_maguro-b3d5f877aaf9e9538c70c658e91255f7f7145f5a.tar.gz device_samsung_maguro-b3d5f877aaf9e9538c70c658e91255f7f7145f5a.tar.bz2 |
kernel: Switch to the jellybean branch of the kernel
This branch is starting fresh from an AOSP 4.1.2 base.
There have been numerous reports of performance issues with
the current kernel base. Since this is a Nexus device, we
should go back to basics and be more critical of any patches
that go on top of the Google kernel.
Change-Id: I0ebac27cb591ea43c5a5d8e403febbc97a667475
-rw-r--r-- | cm.dependencies | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm.dependencies b/cm.dependencies index c93a737..6a26da2 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -2,7 +2,7 @@ { "repository": "android_kernel_samsung_tuna", "target_path": "kernel/samsung/tuna", - "branch": "jb" + "branch": "jellybean" }, { "repository": "android_device_samsung_tuna", |