From 5eeac710ca151c7e714350839be491f564ba4488 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Dec 2006 07:10:54 +0000 Subject: update uClibc config settings and update installation of kernel headers --- toolchain/uClibc/Config.in | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'toolchain/uClibc/Config.in') diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 71b222fb5..c54c83b13 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -3,11 +3,20 @@ comment "uClibc Options" -config BR2_UCLIBC_VERSION_SNAPSHOT - bool "Use a daily snapshot of uClibc?" - default y +choice + prompt "uClibc C library Version" + default BR2_UCLIBC_VERSION_SNAPSHOT help - Would you like to use a daily snapshot? + Select the version of gcc you wish to use. + + config BR2_UCLIBC_VERSION_0_9_28 + bool "uClibc 0.9.28" + + config BR2_UCLIBC_VERSION_SNAPSHOT + bool "daily snapshot" + +endchoice + config BR2_USE_UCLIBC_SNAPSHOT string "Date (yyyymmdd) of snapshot or 'snapshot' for latest" -- cgit v1.2.3