mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 19:16:39 +00:00
dd the two latest versions of the linux kernel.
This commit is contained in:
parent
c9c11c9768
commit
b9c70956c3
@ -108,6 +108,16 @@ config KERNEL_INSTALL_V_2_6_21_3
|
|||||||
prompt "2.6.21.3"
|
prompt "2.6.21.3"
|
||||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_21_4
|
||||||
|
bool
|
||||||
|
prompt "2.6.21.4"
|
||||||
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
|
config KERNEL_INSTALL_V_2_6_21_5
|
||||||
|
bool
|
||||||
|
prompt "2.6.21.5"
|
||||||
|
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||||
|
|
||||||
# CT_INSERT_VERSION_ABOVE
|
# CT_INSERT_VERSION_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
endchoice
|
endchoice
|
||||||
@ -136,5 +146,7 @@ config KERNEL_VERSION
|
|||||||
default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
|
default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
|
||||||
default "2.6.21.2" if KERNEL_INSTALL_V_2_6_21_2
|
default "2.6.21.2" if KERNEL_INSTALL_V_2_6_21_2
|
||||||
default "2.6.21.3" if KERNEL_INSTALL_V_2_6_21_3
|
default "2.6.21.3" if KERNEL_INSTALL_V_2_6_21_3
|
||||||
|
default "2.6.21.4" if KERNEL_INSTALL_V_2_6_21_4
|
||||||
|
default "2.6.21.5" if KERNEL_INSTALL_V_2_6_21_5
|
||||||
# CT_INSERT_VERSION_STRING_ABOVE
|
# CT_INSERT_VERSION_STRING_ABOVE
|
||||||
# Don't remove above line!
|
# Don't remove above line!
|
||||||
|
Loading…
Reference in New Issue
Block a user