# HG changeset patch # User "Yann E. MORIN" # Date 1236192326 0 # Node ID 0e41968c34637860b8df37898d8f5f7fc841468b # Parent b5db8db61f930bd8d44feed995640f06ea0a2417 Add Linux kernel headers 2.6.27.1{8,9} /trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+) diff -r b5db8db61f93 -r 0e41968c3463 config/kernel/linux.in --- a/config/kernel/linux.in Wed Mar 04 18:25:58 2009 +0000 +++ b/config/kernel/linux.in Wed Mar 04 18:45:26 2009 +0000 @@ -177,6 +177,14 @@ bool prompt "2.6.27.17" +config KERNEL_V_2_6_27_18 + bool + prompt "2.6.27.18" + +config KERNEL_V_2_6_27_19 + bool + prompt "2.6.27.19" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -250,6 +258,8 @@ default "2.6.27.15" if KERNEL_V_2_6_27_15 default "2.6.27.16" if KERNEL_V_2_6_27_16 default "2.6.27.17" if KERNEL_V_2_6_27_17 + default "2.6.27.18" if KERNEL_V_2_6_27_18 + default "2.6.27.19" if KERNEL_V_2_6_27_19 default "2.6.28" if KERNEL_V_2_6_28 default "2.6.28.1" if KERNEL_V_2_6_28_1 default "2.6.28.2" if KERNEL_V_2_6_28_2