Skip to content

Commit

Permalink
uClibc: update to 0.9.33.2, fixes #4420
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31740 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed May 15, 2012
1 parent c691ce8 commit f318c1e
Show file tree
Hide file tree
Showing 40 changed files with 4 additions and 59 deletions.
2 changes: 1 addition & 1 deletion toolchain/uClibc/Config.in
Expand Up @@ -8,7 +8,7 @@ choice
Select the version of uClibc you wish to use.

config UCLIBC_VERSION_0_9_33
bool "uClibc 0.9.33"
bool "uClibc 0.9.33.2"

endchoice

Expand Down
4 changes: 2 additions & 2 deletions toolchain/uClibc/Config.version
@@ -1,8 +1,8 @@
config UCLIBC_VERSION
string
depends on USE_UCLIBC
default "0.9.33" if UCLIBC_VERSION_0_9_33
default "0.9.33"
default "0.9.33.2" if UCLIBC_VERSION_0_9_33
default "0.9.33.2"

if !TOOLCHAINOPTS

Expand Down
2 changes: 1 addition & 1 deletion toolchain/uClibc/Makefile
Expand Up @@ -15,7 +15,7 @@ LIBC_SO_VERSION:=$(PKG_VERSION)
PATCH_DIR:=./patches-$(PKG_VERSION)
CONFIG_DIR:=./config-$(PKG_VERSION)

PKG_MD5SUM_0.9.33 = cf9d25e4b3c87af1a99d33a6b959fbf1
PKG_MD5SUM_0.9.33.2 = a338aaffc56f0f5040e6d9fa8a12eda1
PKG_MD5SUM=$(PKG_MD5SUM_$(PKG_VERSION))

HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

This file was deleted.

0 comments on commit f318c1e

Please sign in to comment.