[package] change the uClibc-0.9.29 check (#5165)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15937 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-05-20 16:51:59 +00:00
parent d93b8e1e20
commit bfd1ee8d2d
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