mirror of
http://git.openwrt.org/packages.git
synced 2025-01-08 11:57:34 +08:00
[packages] mtd-utils: add missing dependency
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39029 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8c6d805944
commit
e3e3284819
@ -10,8 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=mtd-utils
|
||||
PKG_REV:=ab8c6fb93ce9db0f09401c4b819b0b277dc00340
|
||||
PKG_VERSION:=1.5.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_INSTALL:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
|
||||
@ -19,6 +18,8 @@ PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
PKG_BUILD_DEPENDS:=util-linux
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@ -37,7 +38,7 @@ FILES:= \
|
||||
ftl_check \
|
||||
ftl_format \
|
||||
jffs2dump \
|
||||
jffs2reader \
|
||||
jffs2reader:+zlib \
|
||||
mkfs.jffs2:+zlib \
|
||||
mkfs.ubifs:+libuuid:+liblzo:+zlib \
|
||||
mtd_debug \
|
||||
|
Loading…
Reference in New Issue
Block a user