diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-02-28 22:01:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-02-28 22:01:12 +0000 |
commit | 149ea99509bc5202d1f8fc96c9c9bde14214d2bf (patch) | |
tree | 8c5ab62fd9e6b954e6a6e7125aa5bedb209c234e /toolchain/uClibc/Config.in | |
parent | 72d7eda3856bc59b04e6076ef225fce69300d02e (diff) |
update to uClibc 0.9.28.3
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 6d38fb7c0..25189fff5 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -13,12 +13,8 @@ choice depends BR2_DEPRECATED bool "uClibc 0.9.28" - config BR2_UCLIBC_VERSION_0_9_28_1 - depends BR2_DEPRECATED - bool "uClibc 0.9.28.1" - - config BR2_UCLIBC_VERSION_0_9_28_2 - bool "uClibc 0.9.28.2" + config BR2_UCLIBC_VERSION_0_9_28_3 + bool "uClibc 0.9.28.3" config BR2_UCLIBC_VERSION_SNAPSHOT bool "daily snapshot" |