aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/mtd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-19 20:56:23 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-19 20:56:23 +0000
commit70bc05720bcca503b4f6206c74dc0595236c6c4e (patch)
treec510df7ed72ed242f5f7b855df51011e0faa6ec0 /package/system/mtd/Makefile
parent92a78d5b618732f23502a1c7eb27aca3be4f8f2d (diff)
downloadmaster-187ad058-70bc05720bcca503b4f6206c74dc0595236c6c4e.tar.gz
master-187ad058-70bc05720bcca503b4f6206c74dc0595236c6c4e.tar.bz2
master-187ad058-70bc05720bcca503b4f6206c74dc0595236c6c4e.zip
mtd: add a "mtd verify" call
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38871 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/mtd/Makefile')
-rw-r--r--package/system/mtd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/mtd/Makefile b/package/system/mtd/Makefile
index f429128e02..97c61f04f1 100644
--- a/package/system/mtd/Makefile
+++ b/package/system/mtd/Makefile
@@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/mtd
SECTION:=utils
CATEGORY:=Base system
+ DEPENDS:=+libubox
TITLE:=Update utility for trx firmware images
endef