diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-16 17:38:35 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-16 17:40:19 +0200 |
commit | a9b6ecec7083b91c6fca5e7397e72d61564b2aef (patch) | |
tree | 2bc6a545e2f3f4b8bba01537c1f25c5d0e9a202f /recipes/linux/linux_2.6.29+2.6.30-rc4.bb | |
parent | b0ee2783b35fd328ba73ac92cdbee49afdb6dcdc (diff) |
linux: Update 2.6.30-rc4 defconfig for TX25 - enable USB and some useful drivers.
Diffstat (limited to 'recipes/linux/linux_2.6.29+2.6.30-rc4.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29+2.6.30-rc4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.29+2.6.30-rc4.bb b/recipes/linux/linux_2.6.29+2.6.30-rc4.bb index 06947dea67..d014298dc2 100644 --- a/recipes/linux/linux_2.6.29+2.6.30-rc4.bb +++ b/recipes/linux/linux_2.6.29+2.6.30-rc4.bb @@ -3,7 +3,7 @@ require linux.inc KERNEL_RELEASE = "2.6.30-rc4" OLD_KERNEL_RELEASE = "2.6.29" PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}" -PR = "r3" +PR = "r4" S = "${WORKDIR}/linux-${OLD_KERNEL_RELEASE}" |