diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:45:44 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:45:44 +0000 |
commit | 9bf867b53132f595cae90cc201798bd1f77dfb64 (patch) | |
tree | b291164d46227f77bcabe857e50f92a27f34e4b7 /toolchain/uClibc/Config.in | |
parent | 75a929c65e7573f3c193f8f93937115cc707ccb6 (diff) | |
download | upstream-9bf867b53132f595cae90cc201798bd1f77dfb64.tar.gz upstream-9bf867b53132f595cae90cc201798bd1f77dfb64.tar.bz2 upstream-9bf867b53132f595cae90cc201798bd1f77dfb64.zip |
add 0.9.33
SVN-Revision: 30374
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 36bb8804ea..67a8354948 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -10,6 +10,9 @@ choice config UCLIBC_VERSION_0_9_32 bool "uClibc 0.9.32-git" + config UCLIBC_VERSION_0_9_33 + bool "uClibc 0.9.33" + endchoice |