mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
Add D.U.M.A. 2.5.2 and 2.5.3.
This commit is contained in:
parent
fc70acd6e7
commit
143e1b0e98
@ -30,6 +30,14 @@ config DUMA_V_2_5_1
|
||||
bool
|
||||
prompt "2_5_1"
|
||||
|
||||
config DUMA_V_2_5_2
|
||||
bool
|
||||
prompt "2_5_2"
|
||||
|
||||
config DUMA_V_2_5_3
|
||||
bool
|
||||
prompt "2_5_3"
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -37,6 +45,8 @@ endchoice
|
||||
config DUMA_VERSION
|
||||
string
|
||||
default "2_5_1" if DUMA_V_2_5_1
|
||||
default "2_5_2" if DUMA_V_2_5_2
|
||||
default "2_5_3" if DUMA_V_2_5_3
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user