mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 14:12:59 +00:00
Add latest linux kernel 2.6.25.10.
/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
This commit is contained in:
parent
e356803589
commit
ba93eabd8a
@ -120,6 +120,11 @@ config KERNEL_INSTALL_V_2_6_25_9
|
||||
prompt "2.6.25.9"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
config KERNEL_INSTALL_V_2_6_25_10
|
||||
bool
|
||||
prompt "2.6.25.10"
|
||||
depends on KERNEL_VERSION_SEE_EXTRAVERSION
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -150,6 +155,7 @@ config KERNEL_VERSION
|
||||
default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_7
|
||||
default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8
|
||||
default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9
|
||||
default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user