Oldest supported release is 2.44 for upcoming release (25.12). Signed-off-by: Konstantin Demin <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21997 Signed-off-by: Nick Hainke <vincent@systemli.org>
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
|
|
config BINUTILS_VERSION_2_44
|
|
default y if !TOOLCHAINOPTS
|
|
bool
|
|
|
|
config BINUTILS_VERSION_2_45
|
|
bool
|
|
|
|
config BINUTILS_VERSION
|
|
string
|
|
default "2.44" if BINUTILS_VERSION_2_44
|
|
default "2.45.1" if BINUTILS_VERSION_2_45
|