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:
f150bc5
)
use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 20 May 2009 09:28:36 +0000
(09:28 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 20 May 2009 09:28:36 +0000
(09:28 +0000)
SVN-Revision: 15932
package/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index 64eec5905b3a77f98afc78c3c9bdca113d0c0d84..cab4746113231eae2bc5c8b1e59c91622bf16e1b 100644
(file)
--- a/
package/e2fsprogs/Makefile
+++ b/
package/e2fsprogs/Makefile
@@
-8,12
+8,17
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
+ifneq ($(CONFIG_UCLIBC_VERSION_0_9_29),y)
PKG_VERSION:=1.41.5
+PKG_MD5SUM:=e218df6c84fc17c1126d31de9472a76c
+else
+PKG_VERSION:=1.40.11
+PKG_MD5SUM:=004cea70d724fdc7f1a952dffe4c9db8
+endif
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/e2fsprogs
-PKG_MD5SUM:=e218df6c84fc17c1126d31de9472a76c
include $(INCLUDE_DIR)/package.mk