diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-12 07:10:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-12 07:10:54 +0000 |
commit | 5eeac710ca151c7e714350839be491f564ba4488 (patch) | |
tree | e7a7b8d51c8ccf1c1efc2cbc5eb29997b5c8a874 /toolchain/uClibc/Config.in | |
parent | f4d23f7ead1711c89fb6626d29bc1bdfa2c57b91 (diff) |
update uClibc config settings and update installation of kernel headers
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 17 |
1 files changed, 13 insertions, 4 deletions
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" |