mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
Add the latest Linux kernel 2.6.27.1.
/trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
This commit is contained in:
parent
84588069df
commit
f8439368e0
@ -101,6 +101,10 @@ config KERNEL_V_2_6_27
|
||||
bool
|
||||
prompt "2.6.27"
|
||||
|
||||
config KERNEL_V_2_6_27_1
|
||||
bool
|
||||
prompt "2.6.27.1"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -123,6 +127,7 @@ config KERNEL_VERSION
|
||||
default "2.6.26.5" if KERNEL_V_2_6_26_5
|
||||
default "2.6.26.6" if KERNEL_V_2_6_26_6
|
||||
default "2.6.27" if KERNEL_V_2_6_27
|
||||
default "2.6.27.1" if KERNEL_V_2_6_27_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user