aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/mtd/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-19 20:56:23 +0000
committerJohn Crispin <john@openwrt.org>2013-11-19 20:56:23 +0000
commitee41b41a303009548b1510cade2f4845d094814e (patch)
treef94d3d510b6d5d0228e98a638d480c08bc3a15d2 /package/system/mtd/Makefile
parentfcea2ab05a1314502dc11188dc45d69318b4b698 (diff)
downloadupstream-ee41b41a303009548b1510cade2f4845d094814e.tar.gz
upstream-ee41b41a303009548b1510cade2f4845d094814e.tar.bz2
upstream-ee41b41a303009548b1510cade2f4845d094814e.zip
mtd: add a "mtd verify" call
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38871
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