diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 13:00:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 13:00:50 +0000 |
commit | 1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2 (patch) | |
tree | a1cc0d19a49d5085b448d949fb4768ce72d47f2e /package/utils | |
parent | 3972b4745850ffa7b5dba4f5f0bf8c595e14de71 (diff) | |
download | upstream-1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2.tar.gz upstream-1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2.tar.bz2 upstream-1fdf13a9e1d0a5e3b7fa28906cc93ceb8d825fe2.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 0352d78fb4..13ec603575 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 |