summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-24 09:51:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-24 09:51:13 +0000
commit3b4d68886fa202d0841cef20e7d1f95c0abf2036 (patch)
treeb9cebaf0230c2e7019d4ef88ff799440b374d4de /toolchain
parenta9f44a5ce92ff2d27f1d46221a90c72e5af4757d (diff)
fix typo in gcc config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index d29e47541..0edcf3e60 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -27,7 +27,7 @@ choice
select BR2_GCC_3_4
config BR2_GCC_VERSION_4_0_2
- bool "gcc 4.0.1"
+ bool "gcc 4.0.2"
select BR2_GCC_3_4
endchoice