OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
3 office 1 config BINUTILS_VERSION_2_27
2 bool
3  
1 office 4 config BINUTILS_VERSION_2_29_ARC
5 default y if (!TOOLCHAINOPTS && arc)
6 bool
7  
8 config BINUTILS_VERSION_2_29_1
9 default y if (!TOOLCHAINOPTS && !arc)
10 bool
11  
3 office 12 config BINUTILS_VERSION_2_30
1 office 13 bool
14  
15 config BINUTILS_VERSION
16 string
3 office 17 default "2.27" if BINUTILS_VERSION_2_27
1 office 18 default "2.29.1" if BINUTILS_VERSION_2_29_1
3 office 19 default "2.30" if BINUTILS_VERSION_2_30
1 office 20 default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC