diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-27 17:20:59 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-27 17:21:45 +0100 |
commit | 8b70868d1facb867fdd17af6fb6ffc59f91870c0 (patch) | |
tree | b826a4460946f53c967e83ed2baf6236b62bead6 /recipes/linux/linux-msm7xxxx_git.bb | |
parent | 413872c423b266f598e08736556fd129526f8dac (diff) |
linux-msm7xxx: enable framebuffer console rotation for htcraphael
Diffstat (limited to 'recipes/linux/linux-msm7xxxx_git.bb')
-rw-r--r-- | recipes/linux/linux-msm7xxxx_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-msm7xxxx_git.bb b/recipes/linux/linux-msm7xxxx_git.bb index 4751c99876..7dd901daca 100644 --- a/recipes/linux/linux-msm7xxxx_git.bb +++ b/recipes/linux/linux-msm7xxxx_git.bb @@ -3,7 +3,7 @@ require linux.inc PV = "2.6.25+${PR}+gitr${SRCREV}" PV_htcraphael = "2.6.27+${PR}+gitr${SRCREV}" PV_htcdiamond = "2.6.27+${PR}+gitr${SRCREV}" -PR = "r6" +PR = "r7" COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcvogue|htctitan|htcnike|htcraphael|htcdiamond|htcblackstone" |