diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-22 21:48:35 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-22 21:48:35 +0200 |
commit | 6914d03380d75b6d21016539577153337df5e8b8 (patch) | |
tree | 54b428237d165a976b5d7bd6719fd7566ec4ab4d /config/kernel | |
parent | c4d628f25751716a878a8c49d49c6ff245a8316b (diff) | |
download | crosstool-ng-6914d03380d75b6d21016539577153337df5e8b8.tar.gz crosstool-ng-6914d03380d75b6d21016539577153337df5e8b8.tar.bz2 crosstool-ng-6914d03380d75b6d21016539577153337df5e8b8.zip |
kernel/linux: add 3.0 Woohoo! \o/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index ffcddbce..a504b0da 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -38,6 +38,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_0 + bool + prompt "3.0" + config KERNEL_V_2_6_39_3 bool prompt "2.6.39.3" @@ -157,6 +161,7 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.0" if KERNEL_V_3_0 default "2.6.39.3" if KERNEL_V_2_6_39_3 default "2.6.39.2" if KERNEL_V_2_6_39_2 default "2.6.39.1" if KERNEL_V_2_6_39_1 |