summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:26 +0000
commit32de4ac2da822660bf48f76476b7ce2a51678868 (patch)
treea322f86b48e81e20da083eb40ad821114d24ae6c /toolchain
parentd1a4923086da00496992e18d26b14bd187a1cf73 (diff)
downloadbuildroot-novena-32de4ac2da822660bf48f76476b7ce2a51678868.tar.gz
buildroot-novena-32de4ac2da822660bf48f76476b7ce2a51678868.zip
kernel-headers: remove ancient versions
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/kernel-headers/Config.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index be89aceef..3931a5132 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -16,34 +16,10 @@ choice
For the snapshot, you have to provide the
linux-2.6.tar.bz2 tarball in your download dir.
- config BR2_KERNEL_HEADERS_2_4_25
- depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
- bool "Linux 2.4.25 kernel headers"
-
- config BR2_KERNEL_HEADERS_2_4_27
- depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
- bool "Linux 2.4.27 kernel headers"
-
- config BR2_KERNEL_HEADERS_2_4_29
- depends on !BR2_avr32 && !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
- bool "Linux 2.4.29 kernel headers"
-
config BR2_KERNEL_HEADERS_2_4_31
depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.4.31 kernel headers"
- config BR2_KERNEL_HEADERS_2_6_9
- depends on !BR2_avr32 && BR2_DEPRECATED
- bool "Linux 2.6.9 kernel headers"
-
- config BR2_KERNEL_HEADERS_2_6_11
- depends on !BR2_avr32 && BR2_DEPRECATED
- bool "Linux 2.6.11 kernel headers"
-
- config BR2_KERNEL_HEADERS_2_6_12
- depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
- bool "Linux 2.6.12 kernel headers"
-
config BR2_KERNEL_HEADERS_2_6_20_4
depends on !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "Linux 2.6.20.4 kernel headers"
@@ -121,13 +97,7 @@ config BR2_KERNEL_HEADERS_PATCH_DIR
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "2.4.25" if BR2_KERNEL_HEADERS_2_4_25
- default "2.4.27" if BR2_KERNEL_HEADERS_2_4_27
- default "2.4.29" if BR2_KERNEL_HEADERS_2_4_29
default "2.4.31" if BR2_KERNEL_HEADERS_2_4_31
- default "2.6.9" if BR2_KERNEL_HEADERS_2_6_9
- default "2.6.11" if BR2_KERNEL_HEADERS_2_6_11
- default "2.6.12" if BR2_KERNEL_HEADERS_2_6_12
default "2.6.20.4" if BR2_KERNEL_HEADERS_2_6_20_4
default "2.6.20.20" if BR2_KERNEL_HEADERS_2_6_20
default "2.6.21.5" if BR2_KERNEL_HEADERS_2_6_21_5