SVN-Revision: 15932
This commit is contained in:
parent
f150bc5e36
commit
73de6f2dad
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue