diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-01 15:51:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-01 15:51:12 +0000 |
commit | 442433ca2b550167dc6713145fc5f840697ead47 (patch) | |
tree | 3126684080a0796c1b65bc351000e19849d9f86d /tools/e2fsprogs/Makefile | |
parent | 07c8da72532460b8dc390e32b657e09fd7d4c6ed (diff) | |
download | upstream-442433ca2b550167dc6713145fc5f840697ead47.tar.gz upstream-442433ca2b550167dc6713145fc5f840697ead47.tar.bz2 upstream-442433ca2b550167dc6713145fc5f840697ead47.zip |
revert r24851, it breaks compilation on many hosts
SVN-Revision: 24866
Diffstat (limited to 'tools/e2fsprogs/Makefile')
-rw-r--r-- | tools/e2fsprogs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 330e10475d..413e965a0e 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.41.14 -PKG_MD5SUM:=05f70470aea2ef7efbb0845b2b116720 +PKG_VERSION:=1.41.13 +PKG_MD5SUM:=7508a192c7a9471e2128424f4eafac1c PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |