Argh! again. I also forgot to commit the config file enabling uClibc-0.9.28.3... :-(

1.1
Yann E. MORIN" 16 years ago
parent 56f56ed8bf
commit b0ef040473

@ -32,6 +32,10 @@ config LIBC_V_0_9_28_2
bool
prompt "0.9.28.2"
config LIBC_V_0_9_28_3
bool
prompt "0.9.28.3"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -45,6 +49,7 @@ config LIBC_VERSION
default "0.9.28" if LIBC_V_0_9_28
default "0.9.28.1" if LIBC_V_0_9_28_1
default "0.9.28.2" if LIBC_V_0_9_28_2
default "0.9.28.3" if LIBC_V_0_9_28_3
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove qbove line!

Loading…
Cancel
Save