diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-06-11 13:27:40 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-06-11 13:29:01 +0200 |
commit | a70f2d4f59e7c48da1abf227c35aad2196693219 (patch) | |
tree | 3bf60703d2a32746d0573d167b58f0d75d9323ea /recipes/linux | |
parent | 5356193d0f64dfdb0b9fb500357a183a6f2c2316 (diff) |
linux-zigbee: Bump rev to fix some problems with channel setting in 802154
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-zigbee_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-zigbee_git.bb b/recipes/linux/linux-zigbee_git.bb index eea5e46c9f..ff4e1b7ff7 100644 --- a/recipes/linux/linux-zigbee_git.bb +++ b/recipes/linux/linux-zigbee_git.bb @@ -2,10 +2,10 @@ require linux.inc COMPATIBLE_MACHINE = "imote2" -KERNEL_RELEASE = "2.6.33" +KERNEL_RELEASE = "2.6.34" KERNEL_VERSION = "${KERNEL_RELEASE}" -SRCREV = "4dcdcbf32df853694d31b09ea6cb744463eb27ab" +SRCREV = "3a70ef2d40d829a2ca8321475977f0f019997ab1" PV = "2.6.33+${KERNEL_RELEASE}+${PR}+gitr${SRCREV}" PR = "r0" |