diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-24 09:51:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-24 09:51:13 +0000 |
commit | 677d255471ef495ae0bf097f3ff13e2821d9f991 (patch) | |
tree | 9850f6a0ad4e85c7378f7e8d190a01c60a046649 | |
parent | 28bc661cf746618c719f43a298879fe97bb351ad (diff) | |
download | mtk-20170518-677d255471ef495ae0bf097f3ff13e2821d9f991.zip mtk-20170518-677d255471ef495ae0bf097f3ff13e2821d9f991.tar.gz mtk-20170518-677d255471ef495ae0bf097f3ff13e2821d9f991.tar.bz2 |
fix typo in gcc config
SVN-Revision: 2299
-rw-r--r-- | openwrt/toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index d29e475..0edcf3e 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/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 |