diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-30 10:21:45 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-30 10:21:45 +0200 |
commit | 229b5d2b15c1f7cbaa723e50431a79d9c5e6947e (patch) | |
tree | 5b393aa4841f6e7340cbd0fa2f4b6fd9d9db451f | |
parent | 3b7100d2063239240822c4ac79f5dfd6ff46091e (diff) | |
download | crosstool-ng-229b5d2b15c1f7cbaa723e50431a79d9c5e6947e.tar.gz crosstool-ng-229b5d2b15c1f7cbaa723e50431a79d9c5e6947e.tar.bz2 crosstool-ng-229b5d2b15c1f7cbaa723e50431a79d9c5e6947e.zip |
kernel/linux: fix typoes
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r-- | config/kernel/linux.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index c2a62e73..e2a02dae 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,9 +26,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config KERNEL_V_3_0,4 +config KERNEL_V_3_0_4 bool - prompt "3.0,4" + prompt "3.0.4" config KERNEL_V_3_0_3 bool @@ -157,7 +157,7 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.0,4" if KERNEL_V_3_0,4 + default "3.0_4" if KERNEL_V_3_0_4 default "3.0.3" if KERNEL_V_3_0_3 default "3.0.2" if KERNEL_V_3_0_2 default "3.0.1" if KERNEL_V_3_0_1 |