summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 12:35:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-03-04 12:35:04 (GMT)
commitb0ef0404731b721e1638e5d7537808e9e51b03e2 (patch)
tree6ced1df693f6a7793103390b4e320b5414cbf979
parent56f56ed8bfbd835facce660d14809b72335f7f6e (diff)
Argh! again. I also forgot to commit the config file enabling uClibc-0.9.28.3... :-(
-rw-r--r--config/libc_uClibc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc_uClibc.in b/config/libc_uClibc.in
index f693912..335a17e 100644
--- a/config/libc_uClibc.in
+++ b/config/libc_uClibc.in
@@ -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!