projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fe339
)
change the uClibc-0.9.29 check (#5165)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 20 May 2009 16:51:59 +0000
(16:51 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 20 May 2009 16:51:59 +0000
(16:51 +0000)
SVN-Revision: 15937
package/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index cab4746113231eae2bc5c8b1e59c91622bf16e1b..ee6153d5f7c9ec282f0a95bed2095ff8e0337f31 100644
(file)
--- a/
package/e2fsprogs/Makefile
+++ b/
package/e2fsprogs/Makefile
@@
-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