diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-21 13:20:38 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-21 13:21:07 +0100 |
commit | 5163515a66c90b3988be0a1159107bfc569aca4c (patch) | |
tree | 6634dc801ad2ff4ae4270a17d3970ce352f07592 /recipes/linux/linux-msm7xxxx_git.bb | |
parent | 1e710c6246b4680800e1a266248d2b39be9a323e (diff) |
linux-msm7xxx: enable NFS and CIFS 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 d4571d1d97..4751c99876 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 = "r4" +PR = "r6" COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcvogue|htctitan|htcnike|htcraphael|htcdiamond|htcblackstone" |