1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-04 23:25:01 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15937 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-20 16:51:59 +00:00
parent 989c09b9d9
commit 71aa5e09c4

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