projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[packages] Various Makefile cleanup.
[openwrt.git]
/
package
/
e2fsprogs
/
Makefile
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index
cab4746
..
ee6153d
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
This page took
0.018261 seconds
and
4
git commands to generate.