diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-08 17:14:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-08 17:16:42 +0200 |
commit | a84caeecc41f52314b1c55320eff26ffe459f029 (patch) | |
tree | 7ba8f837de52a421bc34a23abf89548eab615f12 /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | 198179be171f1fdb809bccf02c83520cb978ad33 (diff) |
linux-openmoko-2.6.32: enable MMC_S3C in defconfig
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index 9546827522..ae31010343 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -8,7 +8,7 @@ KERNEL_RELEASE="2.6.32.11" SRCREV = "14be1091928fcce66812a85129768fb253b36420" OEV = "oe1" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r5" +PR = "r6" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.32 \ |