clean scripts/config on distclean
[openwrt.git] / toolchain / gcc / Config.in
index 506287a..681f139 100644 (file)
@@ -23,10 +23,13 @@ choice
 
        config GCC_VERSION_4_0_3
                bool "gcc 4.0.3"
-               
+
        config GCC_VERSION_4_1_0
                bool "gcc 4.1.0"
 
+       config GCC_VERSION_4_1_1
+               bool "gcc 4.1.1"
+
 endchoice
 
 config GCC_VERSION
@@ -38,6 +41,7 @@ config GCC_VERSION
        default "4.0.2"     if GCC_VERSION_4_0_2
        default "4.0.3"     if GCC_VERSION_4_0_3 || LINUX_2_6_ARUBA
        default "4.1.0"     if GCC_VERSION_4_1_0
+       default "4.1.1"     if GCC_VERSION_4_1_1
        default "3.4.6"
 
 
This page took 0.02772 seconds and 4 git commands to generate.