diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-25 23:42:09 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-25 23:42:09 +0000 |
commit | 86c392e50423e1c4b91af9bad314d0b3353d27c2 (patch) | |
tree | a09376d7c60ae2fa1f49efd940d126a366960a72 /target/linux/Config.in.versions | |
parent | 9dc75a871b0c14a7d33df066ed0e10438307b3f8 (diff) | |
download | buildroot-novena-86c392e50423e1c4b91af9bad314d0b3353d27c2.tar.gz buildroot-novena-86c392e50423e1c4b91af9bad314d0b3353d27c2.zip |
Update patchlevels for linux-2.6.25/27/28
Diffstat (limited to 'target/linux/Config.in.versions')
-rw-r--r-- | target/linux/Config.in.versions | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/Config.in.versions b/target/linux/Config.in.versions index 744de02b7..583d38c72 100644 --- a/target/linux/Config.in.versions +++ b/target/linux/Config.in.versions @@ -19,17 +19,17 @@ config LINUX26_LATEST_MM_VERSION config BR2_KERNEL_CURRENT_VERSION string - default "2.6.28.1" + default "2.6.28.2" help This is the latest stable kernel (including minor version) config BR2_KERNEL_LATEST_2_6_28 string - default "1" + default "2" config BR2_KERNEL_LATEST_2_6_27 string - default "12" + default "13" config BR2_KERNEL_LATEST_2_6_26 string @@ -37,7 +37,7 @@ config BR2_KERNEL_LATEST_2_6_26 config BR2_KERNEL_LATEST_2_6_25 string - default "9" + default "19" config BR2_KERNEL_LATEST_2_6_24 string |