mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[toolchain/binutils]: add binutils 2.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25567 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -14,6 +14,10 @@ choice
|
||||
depends !ubicom32
|
||||
bool "binutils 2.20.1"
|
||||
|
||||
config BINUTILS_VERSION_2_21
|
||||
depends !ubicom32
|
||||
bool "binutils 2.21"
|
||||
|
||||
config BINUTILS_VERSION_CS
|
||||
depends !avr32
|
||||
depends !ubicom32
|
||||
@@ -34,6 +38,7 @@ config BINUTILS_VERSION
|
||||
prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
|
||||
default "2.19.1" if BINUTILS_VERSION_2_19_1
|
||||
default "2.20.1" if BINUTILS_VERSION_2_20_1
|
||||
default "2.21" if BINUTILS_VERSION_2_21
|
||||
default "2.19.1+cs" if BINUTILS_VERSION_CS
|
||||
default "2.19.1" if ubicom32
|
||||
default "2.20.1"
|
||||
|
||||
Reference in New Issue
Block a user