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 | b9a0138f59ea58457ce78cc9d3b786847dec9793 (patch) | |
tree | f3b4150838d76f3a7c1c46dddac1fdfb2af3283a /tools/e2fsprogs/Makefile | |
parent | 91c00969b4c924a6d3ec853c6738cf66d19128d8 (diff) | |
download | upstream-b9a0138f59ea58457ce78cc9d3b786847dec9793.tar.gz upstream-b9a0138f59ea58457ce78cc9d3b786847dec9793.tar.bz2 upstream-b9a0138f59ea58457ce78cc9d3b786847dec9793.zip |
[tools] revert r24851, it breaks compilation on many hosts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24866 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |