util-linux: add missing dependency
authorJohn Crispin <john@openwrt.org>
Sun, 30 Mar 2014 13:00:50 +0000 (13:00 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 30 Mar 2014 13:00:50 +0000 (13:00 +0000)
https://dev.openwrt.org/ticket/15417

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40331

package/utils/util-linux/Makefile

index 0352d78fb436891c1363221967dd3b01f758e0d8..13ec6035751a0cadbfd52f3f15628b4da890c06b 100644 (file)
@@ -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