diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-05-16 18:21:22 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-05-16 18:21:22 +0100 |
commit | 5537df3b31dba37a87e6cf766453ed9ce1dd5ea1 (patch) | |
tree | 27164df39df6a1c362f02601b9c27a36092c4a83 /conf/machine | |
parent | 775236876ae21a149cd8a1e7eb15dad32c4ff84c (diff) |
linux-kirkwood_2.6.29.2.bb : fix PR to new scheme
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/kirkwood.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/kirkwood.inc b/conf/machine/include/kirkwood.inc index 8f995899c9..fddaf63f1b 100644 --- a/conf/machine/include/kirkwood.inc +++ b/conf/machine/include/kirkwood.inc @@ -11,7 +11,7 @@ USE_DEVFS = "0" PREFERRED_PROVIDER_virtual/bootloader = "" PREFERRED_PROVIDER_virtual/kernel = "linux-kirkwood" -MACHINE_KERNEL_PR = "r2" +MACHINE_KERNEL_PR = "r3" IMAGE_FSTYPES += "tar.gz ubi" SERIAL_CONSOLE = "ttyS0 115200" |