diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-15 19:34:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-15 19:34:51 +0000 |
commit | 1599e6f6015fd97f4272182b3f6e3d67f78a30bf (patch) | |
tree | a951d825fcb6a2d739f8e4a9b214f69ab46427dc /package/utils | |
parent | 0f87ca021fe0e2e8f1059eddb5788bcd7844e960 (diff) | |
download | upstream-1599e6f6015fd97f4272182b3f6e3d67f78a30bf.tar.gz upstream-1599e6f6015fd97f4272182b3f6e3d67f78a30bf.tar.bz2 upstream-1599e6f6015fd97f4272182b3f6e3d67f78a30bf.zip |
ubi-utils: fix wrong PKG_NAME, bump copyright, add build dependency on zlib
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41192
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/ubi-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/ubi-utils/Makefile b/package/utils/ubi-utils/Makefile index 21e2daadd2..80085c4f3b 100644 --- a/package/utils/ubi-utils/Makefile +++ b/package/utils/ubi-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2013 OpenWrt.org +# Copyright (C) 2009-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=mtd-utils +PKG_NAME:=ubi-utils PKG_REV:=7d2839b8dede3ae368780364b4a07473d2303219 PKG_VERSION:=1.5.1 PKG_RELEASE:=2 @@ -20,7 +20,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV) PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=util-linux liblzo +PKG_BUILD_DEPENDS:=util-linux liblzo zlib PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= |