From 32de4ac2da822660bf48f76476b7ce2a51678868 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:26 +0000 Subject: kernel-headers: remove ancient versions --- toolchain/kernel-headers/Config.in | 30 ------------------------------ 1 file changed, 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 -- cgit v1.2.3