X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f4b98ea359bc59f1d3c56fbef2ad942eb6bf557b..82c65f87984c8ce099445a6342d95a3f5198a73c:/openwrt/toolchain/binutils/Config.in diff --git a/openwrt/toolchain/binutils/Config.in b/openwrt/toolchain/binutils/Config.in index 762bf1d62..787463884 100644 --- a/openwrt/toolchain/binutils/Config.in +++ b/openwrt/toolchain/binutils/Config.in @@ -25,6 +25,8 @@ choice config BR2_BINUTILS_VERSION_2_16_91_0_2 bool "binutils 2.16.91.0.2" + config BR2_BINUTILS_VERSION_2_16_91_0_6 + bool "binutils 2.16.91.0.6" endchoice @@ -35,3 +37,4 @@ config BR2_BINUTILS_VERSION default "2.16.90.0.3" if BR2_BINUTILS_VERSION_2_16_90_0_3 default "2.16.91.0.1" if BR2_BINUTILS_VERSION_2_16_91_0_1 default "2.16.91.0.2" if BR2_BINUTILS_VERSION_2_16_91_0_2 + default "2.16.91.0.6" if BR2_BINUTILS_VERSION_2_16_91_0_6