Skip to content

Commit

Permalink
Merge pull request #709 from stilor/uclibc-ng-24
Browse files Browse the repository at this point in the history
Add uClibc-ng 1.0.23 and 1.0.24 releases
  • Loading branch information
stilor committed Apr 30, 2017
2 parents 347a193 + 0683e0a commit 129e6d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/libc/uClibc.in
Expand Up @@ -82,6 +82,16 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config LIBC_UCLIBC_NG_V_1_0_24
bool
prompt "1.0.24"
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_23
bool
prompt "1.0.23"
select LIBC_UCLIBC_NG_1_0_15_or_later

config LIBC_UCLIBC_NG_V_1_0_22
bool
prompt "1.0.22"
Expand Down Expand Up @@ -111,6 +121,8 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.0.24" if LIBC_UCLIBC_NG_V_1_0_24
default "1.0.23" if LIBC_UCLIBC_NG_V_1_0_23
default "1.0.22" if LIBC_UCLIBC_NG_V_1_0_22
default "1.0.21" if LIBC_UCLIBC_NG_V_1_0_21
default "1.0.20" if LIBC_UCLIBC_NG_V_1_0_20
Expand Down

0 comments on commit 129e6d3

Please sign in to comment.