diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-21 12:09:12 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-21 12:18:44 +0200 |
commit | 386c55dbba5464ff777e149e2266b90943e53157 (patch) | |
tree | 2ba295bf1c8252a916d34d4d6f1dabfa153bf356 /linux | |
parent | a85024991b51d7de9276e2ee1088ae654739b189 (diff) | |
download | buildroot-386c55dbba5464ff777e149e2266b90943e53157.tar.gz buildroot-386c55dbba5464ff777e149e2266b90943e53157.zip |
kernel-headers/linux: bump 2.6.35.x stable version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index 9752e6916f..c8c34b4f15 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -22,7 +22,7 @@ choice default BR2_LINUX_KERNEL_2_6_35 config BR2_LINUX_KERNEL_2_6_35 - bool "2.6.35.4" + bool "2.6.35.5" config BR2_LINUX_KERNEL_SAME_AS_HEADERS bool "Same as toolchain kernel headers" |