summaryrefslogtreecommitdiff
path: root/package/utils
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-03-30 13:00:50 +0000
committerJohn Crispin <john@openwrt.org>2014-03-30 13:00:50 +0000
commit1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2 (patch)
treea1cc0d19a49d5085b448d949fb4768ce72d47f2e /package/utils
parent3972b4745850ffa7b5dba4f5f0bf8c595e14de71 (diff)
downloadmtk-20170518-1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2.zip
mtk-20170518-1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2.tar.gz
mtk-20170518-1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2.tar.bz2
util-linux: add missing dependency
https://dev.openwrt.org/ticket/15417 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40331
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/util-linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index 0352d78..13ec603 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -240,7 +240,7 @@ endef
define Package/lsblk
$(call Package/util-linux/Default)
TITLE:=list block devices
- DEPENDS:= +libblkid
+ DEPENDS:= +libblkid +libmount
SUBMENU=disc
endef