summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-28 02:41:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-28 02:41:53 +0000
commit2e6f6843a630685fb6cd8ee57eb00be13bd84102 (patch)
treeeb71be7178e0b7c3e43458d7a815aae6dd878dd2 /toolchain/uClibc
parent57e5df3758ac4f05a3f116491606569954a237cd (diff)
downloadmaster-31e0f0ae-2e6f6843a630685fb6cd8ee57eb00be13bd84102.tar.gz
master-31e0f0ae-2e6f6843a630685fb6cd8ee57eb00be13bd84102.tar.bz2
master-31e0f0ae-2e6f6843a630685fb6cd8ee57eb00be13bd84102.zip
uClibc: fix version check for 0.9.32
SVN-Revision: 25189
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index 23b70f9537..fe5d119448 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/target.mk
PKG_NAME:=uClibc
PKG_VERSION:=$(call qstrip,$(CONFIG_UCLIBC_VERSION))
-ifeq ($(CONFIG_UCLIBC_VERSION_0_9_32),y)
+ifeq ($(PKG_VERSION),0.9.32)
PKG_SOURCE_URL:=git://git.busybox.net/uClibc
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=a7c33ecabcead542e54c0c3514a92f4155add5b6