diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:52:01 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:52:01 +0000 |
commit | 1d161fb4375d90718292602f401d48991cc5686c (patch) | |
tree | a04e8f228778f3576ff155298e211a1064532a13 /toolchain/kernel-headers | |
parent | 3ab16b1fd65533d032008d409e0026fe2be43182 (diff) | |
download | buildroot-novena-1d161fb4375d90718292602f401d48991cc5686c.tar.gz buildroot-novena-1d161fb4375d90718292602f401d48991cc5686c.zip |
toolchain updates
Diffstat (limited to 'toolchain/kernel-headers')
-rw-r--r-- | toolchain/kernel-headers/Config.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index a3267a22d..cdbcf2751 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -6,8 +6,7 @@ comment "Kernel Header Options" choice prompt "Kernel Headers" - default BR2_KERNEL_HEADERS_2_6_22_10 if BR2_avr32 - default BR2_KERNEL_HEADERS_2_6_22 + default BR2_KERNEL_HEADERS_2_6_24 help Select the version of kernel header files you wish to use. @@ -70,20 +69,16 @@ choice bool "Linux 2.6.22.10 kernel headers" config BR2_KERNEL_HEADERS_2_6_22 - depends !BR2_avr32 && !BR2_nios2 bool "Linux 2.6.22.x kernel headers" config BR2_KERNEL_HEADERS_2_6_23 - depends !BR2_avr32 bool "Linux 2.6.23.x kernel headers" config BR2_KERNEL_HEADERS_2_6_24 - depends on !BR2_avr32 bool "Linux 2.6.24.x kernel headers" config BR2_KERNEL_HEADERS_SNAP bool "Linux 2.6 snapshot" - depends !BR2_avr32 endchoice |