use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)

SVN-Revision: 15932
This commit is contained in:
Florian Fainelli 2009-05-20 09:28:36 +00:00
parent f150bc5e36
commit 73de6f2dad

View File

@ -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