diff options
Diffstat (limited to 'openwrt/toolchain/binutils/Config.in')
-rw-r--r-- | openwrt/toolchain/binutils/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/toolchain/binutils/Config.in b/openwrt/toolchain/binutils/Config.in index 856308061..4b06f1aa9 100644 --- a/openwrt/toolchain/binutils/Config.in +++ b/openwrt/toolchain/binutils/Config.in @@ -47,6 +47,9 @@ choice config BR2_BINUTILS_VERSION_2_15_94_0_2 bool "binutils 2.15.94.0.2" + config BR2_BINUTILS_VERSION_2_15_94_0_2_2 + bool "binutils 2.15.94.0.2.2" + endchoice config BR2_BINUTILS_VERSION |