mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Add altest linux kernel versions.
/trunk/config/kernel/linux_headers_install.in | 16 14 2 0 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-)
This commit is contained in:
parent
f1e369422e
commit
aa02a204d9
@ -97,8 +97,18 @@ config KERNEL_INSTALL_V_2_6_25_4
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_5
|
||||
bool
|
||||
prompt "2.6.25.5 (EXPERIMENTAL)"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION && EXPERIMENTAL
|
||||
prompt "2.6.25.5"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_6
|
||||
bool
|
||||
prompt "2.6.25.6"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_7
|
||||
bool
|
||||
prompt "2.6.25.7"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
@ -126,6 +136,8 @@ config KERNEL_VERSION
|
||||
default "2.6.25.3" if KERNEL_INSTALL_V_2_6_25_3
|
||||
default "2.6.25.4" if KERNEL_INSTALL_V_2_6_25_4
|
||||
default "2.6.25.5" if KERNEL_INSTALL_V_2_6_25_5
|
||||
default "2.6.25.6" if KERNEL_INSTALL_V_2_6_25_6
|
||||
default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_7
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user