diff -r d72e65fe38d4 -r e815b1a5057c config/kernel/linux_headers_install.in --- a/config/kernel/linux_headers_install.in Mon Sep 15 14:41:09 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ -choice - bool - prompt "Linux kernel version" - -config KERNEL_INSTALL_V_2_6_18_8 - bool - prompt "2.6.18.8 (OBSOLETE)" - depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE - -config KERNEL_INSTALL_V_2_6_19_7 - bool - prompt "2.6.19.7 (OBSOLETE)" - depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE - -config KERNEL_INSTALL_V_2_6_20_21 - bool - prompt "2.6.20.21 (OBSOLETE)" - depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE - -config KERNEL_INSTALL_V_2_6_21_7 - bool - prompt "2.6.21.7 (OBSOLETE)" - depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE - -config KERNEL_INSTALL_V_2_6_22_19 - bool - prompt "2.6.22.19 (OBSOLETE)" - depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE - -config KERNEL_INSTALL_V_2_6_23_17 - bool - prompt "2.6.23.17 (OBSOLETE)" - depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE - -config KERNEL_INSTALL_V_2_6_24_7 - bool - prompt "2.6.24.7 (OBSOLETE)" - depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE - -config KERNEL_INSTALL_V_2_6_25 - bool - prompt "2.6.25" - -config KERNEL_INSTALL_V_2_6_25_1 - bool - prompt "2.6.25.1" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_2 - bool - prompt "2.6.25.2" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_3 - bool - prompt "2.6.25.3" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_4 - bool - prompt "2.6.25.4" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_5 - bool - prompt "2.6.25.5" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_6 - bool - prompt "2.6.25.6" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_7 - bool - prompt "2.6.25.7" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_8 - bool - prompt "2.6.25.8" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_9 - bool - prompt "2.6.25.9" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_10 - bool - prompt "2.6.25.10" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_11 - bool - prompt "2.6.25.11" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_12 - bool - prompt "2.6.25.12" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_13 - bool - prompt "2.6.25.13" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_14 - bool - prompt "2.6.25.14" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_15 - bool - prompt "2.6.25.15" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_16 - bool - prompt "2.6.25.16" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_25_17 - bool - prompt "2.6.25.17" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_26 - bool - prompt "2.6.26" - -config KERNEL_INSTALL_V_2_6_26_1 - bool - prompt "2.6.26.1" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_26_2 - bool - prompt "2.6.26.2" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_26_3 - bool - prompt "2.6.26.3" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_26_4 - bool - prompt "2.6.26.4" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -config KERNEL_INSTALL_V_2_6_26_5 - bool - prompt "2.6.26.5" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -# CT_INSERT_VERSION_ABOVE -# Don't remove above line! -endchoice - -config KERNEL_VERSION - string - default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8 - default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7 - default "2.6.20.21" if KERNEL_INSTALL_V_2_6_20_21 - default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7 - default "2.6.22.19" if KERNEL_INSTALL_V_2_6_22_19 - default "2.6.23.17" if KERNEL_INSTALL_V_2_6_23_17 - default "2.6.24" if KERNEL_INSTALL_V_2_6_24 - default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1 - default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2 - default "2.6.24.3" if KERNEL_INSTALL_V_2_6_24_3 - default "2.6.24.4" if KERNEL_INSTALL_V_2_6_24_4 - default "2.6.24.5" if KERNEL_INSTALL_V_2_6_24_5 - default "2.6.24.6" if KERNEL_INSTALL_V_2_6_24_6 - default "2.6.24.7" if KERNEL_INSTALL_V_2_6_24_7 - default "2.6.25" if KERNEL_INSTALL_V_2_6_25 - default "2.6.25.1" if KERNEL_INSTALL_V_2_6_25_1 - default "2.6.25.2" if KERNEL_INSTALL_V_2_6_25_2 - default "2.6.25.3" if KERNEL_INSTALL_V_2_6_25_3 - default "2.6.25.4" if KERNEL_INSTALL_V_2_6_25_4 - default "2.6.25.5" if KERNEL_INSTALL_V_2_6_25_5 - default "2.6.25.6" if KERNEL_INSTALL_V_2_6_25_6 - default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_7 - default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8 - default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9 - default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10 - default "2.6.25.11" if KERNEL_INSTALL_V_2_6_25_11 - default "2.6.25.12" if KERNEL_INSTALL_V_2_6_25_12 - default "2.6.25.13" if KERNEL_INSTALL_V_2_6_25_13 - default "2.6.25.14" if KERNEL_INSTALL_V_2_6_25_14 - default "2.6.25.14" if KERNEL_INSTALL_V_2_6_25_15 - default "2.6.25.15" if KERNEL_INSTALL_V_2_6_25_16 - default "2.6.25.15" if KERNEL_INSTALL_V_2_6_25_17 - default "2.6.26" if KERNEL_INSTALL_V_2_6_26 - default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1 - default "2.6.26.2" if KERNEL_INSTALL_V_2_6_26_2 - default "2.6.26.3" if KERNEL_INSTALL_V_2_6_26_3 - default "2.6.26.4" if KERNEL_INSTALL_V_2_6_26_4 - default "2.6.26.5" if KERNEL_INSTALL_V_2_6_26_5 -# CT_INSERT_VERSION_STRING_ABOVE -# Don't remove above line! - -config KERNEL_LINUX_HEADERS_INSTALL_CHECK - bool - prompt "Check installed headers" - default y - help - If you are in doubt that installed headers are buggy, say 'Y' - here to have an extra check passed onto the headers.