kernel-headers: bump 2.6.{27,31,32,33} stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-04-02 09:28:07 +02:00
parent ac5c5fd6ff
commit 0c7090f189
3 changed files with 4 additions and 4 deletions

View File

@ -59,12 +59,12 @@ config BR2_DEFAULT_KERNEL_VERSION
config BR2_DEFAULT_KERNEL_HEADERS config BR2_DEFAULT_KERNEL_HEADERS
string string
default "2.6.27.45" if BR2_KERNEL_HEADERS_2_6_27 default "2.6.27.46" if BR2_KERNEL_HEADERS_2_6_27
default "2.6.28.10" if BR2_KERNEL_HEADERS_2_6_28 default "2.6.28.10" if BR2_KERNEL_HEADERS_2_6_28
default "2.6.29.6" if BR2_KERNEL_HEADERS_2_6_29 default "2.6.29.6" if BR2_KERNEL_HEADERS_2_6_29
default "2.6.30.10" if BR2_KERNEL_HEADERS_2_6_30 default "2.6.30.10" if BR2_KERNEL_HEADERS_2_6_30
default "2.6.31.12" if BR2_KERNEL_HEADERS_2_6_31 default "2.6.31.13" if BR2_KERNEL_HEADERS_2_6_31
default "2.6.32.10" if BR2_KERNEL_HEADERS_2_6_32 default "2.6.32.11" if BR2_KERNEL_HEADERS_2_6_32
default "2.6.33.1" if BR2_KERNEL_HEADERS_2_6_33 default "2.6.33.2" if BR2_KERNEL_HEADERS_2_6_33
default "2.6" if BR2_KERNEL_HEADERS_SNAP default "2.6" if BR2_KERNEL_HEADERS_SNAP
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION