crosstool-ng/config/kernel/linux_headers_sanitised.in
Yann E. MORIN" 2237fab536 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(-)
2008-04-17 21:04:23 +00:00

63 lines
1.4 KiB
Plaintext

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!