Change default to latest upstream release. Link: https://github.com/openwrt/openwrt/pull/23907 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
16 lines
301 B
Text
16 lines
301 B
Text
|
|
config BINUTILS_VERSION_2_44
|
|
bool
|
|
|
|
config BINUTILS_VERSION_2_45
|
|
bool
|
|
|
|
config BINUTILS_VERSION_2_46
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config BINUTILS_VERSION
|
|
string
|
|
default "2.44" if BINUTILS_VERSION_2_44
|
|
default "2.45.1" if BINUTILS_VERSION_2_45
|
|
default "2.46.1" if BINUTILS_VERSION_2_46
|