binutils: add binutils 2.25.1
[openwrt/staging/chunkeey.git] / toolchain / binutils / Config.in
index 8d912231f80b123eb3da9274dce0f273b264ea69..31b043f185f48cb8f3f4d69f2eceed272bcac2f5 100644 (file)
@@ -9,6 +9,9 @@ choice
        config BINUTILS_VERSION_LINARO
                bool "Linaro binutils 2.24"
 
+       config BINUTILS_VERSION_2_25_1
+               bool "Linaro binutils 2.25.1"
+
 endchoice
 
 config EXTRA_BINUTILS_CONFIG_OPTIONS
@@ -22,4 +25,5 @@ config BINUTILS_VERSION
        string
        prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
        default "linaro"          if BINUTILS_VERSION_LINARO
+       default "2.25.1"          if BINUTILS_VERSION_2_25_1
        default "linaro"