summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-10 21:40:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-10 21:40:23 (GMT)
commit7a0e770be1f1ed93323edfe93bd0a326c6ad886c (patch)
tree00207b691365b0b884c4713510aa236514dcf8cf /config
parenta3c9e9bacf9023dc6f6bde467925a4a60e06e8b3 (diff)
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(-)
Diffstat (limited to 'config')
-rw-r--r--config/kernel.in4
-rw-r--r--config/kernel/linux.in49
-rw-r--r--config/kernel/linux_headers_copy.in42
-rw-r--r--config/kernel/linux_headers_sanitised.in62
4 files changed, 4 insertions, 153 deletions
diff --git a/config/kernel.in b/config/kernel.in
index 44eebe7..607917d 100644
--- a/config/kernel.in
+++ b/config/kernel.in
@@ -2,6 +2,10 @@
menu "Kernel"
+config KERNEL
+ string
+ default "linux" if KERNEL_LINUX
+
choice
bool
prompt "Target OS"
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 405bc37..3f9bc63 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -11,27 +11,6 @@ config KERNEL_LINUX_HEADERS_INSTALL
This will make use of the new headers_install rule in recent kernels.
This is most probably what you want to use.
-config KERNEL_LINUX_HEADERS_SANITISED
- bool
- prompt "Mazur's sanitized headers (OBSOLETE)"
- depends on OBSOLETE
- select KERNEL_LINUX_NEEDS_CONFIG
- help
- M. Mazur used to maintain a tree of sanitised headers, but it is now
- obsoleted by the headers_install rule (above), and has not seen any
- update since 2.6.12
-
-config KERNEL_LINUX_HEADERS_COPY
- bool
- prompt "pure kernel headers (REALLY OBSOLETE)"
- depends on OBSOLETE
- select KERNEL_LINUX_NEEDS_CONFIG
- help
- This will simply copy the kernel headers to the toolchain.
-
- You do NOT want this. It's badly broken because it leaks kernel internals
- to userspace.
-
config KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR
bool
prompt "Use custom directory"
@@ -41,11 +20,6 @@ config KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR
endchoice
-config KERNEL
- string
- default "linux" if ! KERNEL_LINUX_HEADERS_SANITISED
- default "linux-libc-headers" if KERNEL_LINUX_HEADERS_SANITISED
-
config KERNEL_VERSION_SEE_EXTRAVERSION
bool
prompt "See extra versions"
@@ -64,14 +38,6 @@ if KERNEL_LINUX_HEADERS_INSTALL
source config/kernel/linux_headers_install.in
endif
-if KERNEL_LINUX_HEADERS_COPY
-source config/kernel/linux_headers_copy.in
-endif
-
-if KERNEL_LINUX_HEADERS_SANITISED
-source config/kernel/linux_headers_sanitised.in
-endif
-
config KERNEL_LINUX_HEADERS_CUSTOM_DIR
string
prompt "Where are those custom headers?"
@@ -116,19 +82,4 @@ config KERNEL_LINUX_VERBOSE_LEVEL
default 1 if KERNEL_LINUX_VERBOSITY_1
default 2 if KERNEL_LINUX_VERBOSITY_2
-config KERNEL_LINUX_NEEDS_CONFIG
- bool
- default n
-
-config KERNEL_LINUX_CONFIG_FILE
- string
- prompt "Configuration file"
- depends on KERNEL_LINUX_NEEDS_CONFIG
- default ""
- help
- Path to a kernel configuration file.
-
- If you don't provide one, then the default configuration for
- your target will be used.
-
endif
diff --git a/config/kernel/linux_headers_copy.in b/config/kernel/linux_headers_copy.in
deleted file mode 100644
index 54eb700..0000000
--- 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!
diff --git a/config/kernel/linux_headers_sanitised.in b/config/kernel/linux_headers_sanitised.in
deleted file mode 100644
index 820df6e..0000000
--- a/config/kernel/linux_headers_sanitised.in
+++ /dev/null
@@ -1,62 +0,0 @@
-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!