change the uClibc-0.9.29 check (#5165)

SVN-Revision: 15937
owl
Florian Fainelli 2009-05-20 16:51:59 +00:00
parent f0fe3392d1
commit 6509fe4657
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
ifneq ($(CONFIG_UCLIBC_VERSION_0_9_29),y)
ifneq ($(findstring "0.9.29",$(CONFIG_UCLIBC_VERSION)),"0.9.29")
PKG_VERSION:=1.41.5
PKG_MD5SUM:=e218df6c84fc17c1126d31de9472a76c
else