diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index 6c584db405..cee344a262 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/toolchain/gcc/Config.in @@ -2,7 +2,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS - default GCC_VERSION_4_0_3 if LINUX_2_6_ARUBA + default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA default GCC_VERSION_3_4_4 if LINUX_2_4_BRCM default GCC_VERSION_3_4_6 help diff --git a/openwrt/toolchain/gcc/Config.version b/openwrt/toolchain/gcc/Config.version index 5574acc478..286c4f578a 100644 --- a/openwrt/toolchain/gcc/Config.version +++ b/openwrt/toolchain/gcc/Config.version @@ -12,7 +12,7 @@ config GCC_VERSION if !TOOLCHAINOPTS config GCC_VERSION_3_4_4 default y if LINUX_2_4_BRCM - config GCC_VERSION_4_0_3 + config GCC_VERSION_4_1_1 default y if LINUX_2_6_ARUBA endif