summaryrefslogtreecommitdiff
path: root/config/kernel_linux_headers_sanitised.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-02-24 11:00:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-02-24 11:00:05 (GMT)
commit1906cf93f86d8d66f45f90380a8d3da25c087ee5 (patch)
tree90916c99abe1f1ec26709ee420e6c349eda4670a /config/kernel_linux_headers_sanitised.in
parent2609573aede4ce198b3462976725b25eb1637d2e (diff)
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(
Diffstat (limited to 'config/kernel_linux_headers_sanitised.in')
-rw-r--r--config/kernel_linux_headers_sanitised.in62
1 files changed, 62 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_sanitised.in b/config/kernel_linux_headers_sanitised.in
new file mode 100644
index 0000000..820df6e
--- /dev/null
+++ b/config/kernel_linux_headers_sanitised.in
@@ -0,0 +1,62 @@
+choice
+ bool
+ prompt "Linux headers version"
+
+config KERNEL_SANITISED_V_2_6_7_0
+ bool
+ prompt "2.6.7.0"
+
+config KERNEL_SANITISED_V_2_6_8_0
+ bool
+ prompt "2.6.8.0"
+
+config KERNEL_SANITISED_V_2_6_8_1
+ bool
+ prompt "2.6.8.1"
+
+config KERNEL_SANITISED_V_2_6_9_0
+ bool
+ prompt "2.6.9.0"
+
+config KERNEL_SANITISED_V_2_6_9_1
+ bool
+ prompt "2.6.9.1"
+
+config KERNEL_SANITISED_V_2_6_10_0
+ bool
+ prompt "2.6.10.0"
+
+config KERNEL_SANITISED_V_2_6_11_0
+ bool
+ prompt "2.6.11.0"
+
+config KERNEL_SANITISED_V_2_6_11_1
+ bool
+ prompt "2.6.11.1"
+
+config KERNEL_SANITISED_V_2_6_11_2
+ bool
+ prompt "2.6.11.2"
+
+config KERNEL_SANITISED_V_2_6_12_0
+ bool
+ prompt "2.6.12.0"
+
+# CT_INSERT_VERSION_ABOVE
+# Don't remove above line!
+endchoice
+
+config KERNEL_VERSION
+ string
+ default "2.6.7.0" if KERNEL_SANITISED_V_2_6_7_0
+ default "2.6.8.0" if KERNEL_SANITISED_V_2_6_8_0
+ default "2.6.8.1" if KERNEL_SANITISED_V_2_6_8_1
+ default "2.6.9.0" if KERNEL_SANITISED_V_2_6_9_0
+ default "2.6.9.1" if KERNEL_SANITISED_V_2_6_9_1
+ default "2.6.10.0" if KERNEL_SANITISED_V_2_6_10_0
+ default "2.6.11.0" if KERNEL_SANITISED_V_2_6_11_0
+ default "2.6.11.1" if KERNEL_SANITISED_V_2_6_11_1
+ default "2.6.11.2" if KERNEL_SANITISED_V_2_6_11_2
+ default "2.6.12.0" if KERNEL_SANITISED_V_2_6_12_0
+# CT_INSERT_VERSION_STRING_ABOVE
+# Don't remove above line!