diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-02 12:25:24 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-02 12:25:24 +0000 |
commit | 2e696981a69bbe52b3359037857f92b333688483 (patch) | |
tree | f16c38799c476d100cd85026cbd1418f1cd98da2 | |
parent | 22454398f5516da73800b88e403a2031041cd7c9 (diff) | |
download | buildroot-novena-2e696981a69bbe52b3359037857f92b333688483.tar.gz buildroot-novena-2e696981a69bbe52b3359037857f92b333688483.zip |
kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2x
-rw-r--r-- | toolchain/kernel-headers/Config.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 0da308151..e02146753 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -53,28 +53,31 @@ choice bool "Linux 2.6.20.x kernel headers" config BR2_KERNEL_HEADERS_2_6_21_5 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "Linux 2.6.21.5 kernel headers" config BR2_KERNEL_HEADERS_2_6_21 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "Linux 2.6.21.x kernel headers" config BR2_KERNEL_HEADERS_2_6_22_1 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED bool "Linux 2.6.22.1 kernel headers" config BR2_KERNEL_HEADERS_2_6_22_10 - depends !BR2_nios2 + depends !BR2_nios2 && BR2_DEPRECATED bool "Linux 2.6.22.10 kernel headers" config BR2_KERNEL_HEADERS_2_6_22 + depends BR2_DEPRECATED bool "Linux 2.6.22.x kernel headers" config BR2_KERNEL_HEADERS_2_6_23 + depends BR2_DEPRECATED bool "Linux 2.6.23.x kernel headers" config BR2_KERNEL_HEADERS_2_6_24 + depends BR2_RECENT bool "Linux 2.6.24.x kernel headers" config BR2_KERNEL_HEADERS_2_6_25 |