summaryrefslogtreecommitdiff
path: root/config/kernel/kernel_linux_headers_copy.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-17 21:04:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-17 21:04:23 (GMT)
commit2237fab53635ab7856d8752b7bf331d42416ab33 (patch)
tree7e63a15b690348f41baf329de1c1a5dfd3b285fc /config/kernel/kernel_linux_headers_copy.in
parent8f74ada73391b31afecf892bda94d5c6d75df896 (diff)
Moving around the files in config/ broke the tools/addToolVersion.sh script.
Fix that. /trunk/tools/addToolVersion.sh | 26 13 13 0 +++++++++++++------------- /trunk/config/kernel/linux.in | 6 3 3 0 +++--- /trunk/config/kernel.in | 2 1 1 0 +- /trunk/config/cc.in | 2 1 1 0 +- /trunk/config/libc.in | 4 2 2 0 ++-- 5 files changed, 20 insertions(+), 20 deletions(-)
Diffstat (limited to 'config/kernel/kernel_linux_headers_copy.in')
-rw-r--r--config/kernel/kernel_linux_headers_copy.in42
1 files changed, 0 insertions, 42 deletions
diff --git a/config/kernel/kernel_linux_headers_copy.in b/config/kernel/kernel_linux_headers_copy.in
deleted file mode 100644
index 54eb700..0000000
--- a/config/kernel/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!