From d770d66e894599d5b6475b9767f9cc23e5d41fe8 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Tue, 10 Aug 2010 15:09:02 +0000 Subject: [PATCH] check for instead of , as CONFIG_UCLIBC_VERSION_*-booleans are only exposed, when --- toolchain/uClibc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 72a818d3a..90472d5cb 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 ($(CONFIG_UCLIBC_VERSION),"0.9.32") PKG_SOURCE_URL:=git://git.busybox.net/uClibc PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=ef487a35f428da6240003dca23b9d29908e2285e