From 7a0e770be1f1ed93323edfe93bd0a326c6ad886c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 10 Sep 2008 21:40:23 +0000 Subject: Remove the now really obsolete Linux kernel headers copy and sanitised. Remove orphanned Linux kernel patchsets. Initiate a kernel build scripts directory. Move the Linux kernel build script there. /trunk/scripts/build/kernel/linux.sh | 146 11 135 0 +++--------------------------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 /trunk/steps.mk | 1 0 1 0 - /trunk/config/kernel/linux.in | 49 0 49 0 -------------- /trunk/config/kernel.in | 4 4 0 0 + 5 files changed, 16 insertions(+), 186 deletions(-) --- config/kernel/linux_headers_copy.in | 42 ------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 config/kernel/linux_headers_copy.in (limited to 'config/kernel/linux_headers_copy.in') diff --git a/config/kernel/linux_headers_copy.in b/config/kernel/linux_headers_copy.in deleted file mode 100644 index 54eb700f..00000000 --- a/config/kernel/linux_headers_copy.in +++ /dev/null @@ -1,42 +0,0 @@ -choice - bool - prompt "Linux kernel version" - -config KERNEL_COPY_V_2_4_26 - bool - prompt "2.4.26" - -config KERNEL_COPY_V_2_6_5 - bool - prompt "2.6.5" - -config KERNEL_COPY_V_2_6_6 - bool - prompt "2.6.6" - -config KERNEL_COPY_V_2_6_7 - bool - prompt "2.6.7" - -config KERNEL_COPY_V_2_6_8 - bool - prompt "2.6.8" - -config KERNEL_COPY_V_2_6_11_3 - bool - prompt "2.6.11.3" - depends on KERNEL_VERSION_SEE_EXTRAVERSION - -# CT_INSERT_VERSION_ABOVE -# Don't remove above line! -endchoice - -config KERNEL_VERSION - string - default "2.6.5" if KERNEL_COPY_V_2_6_5 - default "2.6.6" if KERNEL_COPY_V_2_6_6 - default "2.6.7" if KERNEL_COPY_V_2_6_7 - default "2.6.8" if KERNEL_COPY_V_2_6_8 - default "2.6.11.3" if KERNEL_COPY_V_2_6_11_3 -# CT_INSERT_VERSION_STRING_ABOVE -# Don't remove above line! -- cgit v1.2.3