瀏覽代碼

util-linux: add missing dependency

https://dev.openwrt.org/ticket/15417

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 40331
John Crispin 11 年之前
父節點
當前提交
1fdf13a9e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/utils/util-linux/Makefile

+ 1 - 1
package/utils/util-linux/Makefile

@@ -240,7 +240,7 @@ endef
 define Package/lsblk
 define Package/lsblk
 $(call Package/util-linux/Default)
 $(call Package/util-linux/Default)
   TITLE:=list block devices
   TITLE:=list block devices
-  DEPENDS:= +libblkid
+  DEPENDS:= +libblkid +libmount
   SUBMENU=disc
   SUBMENU=disc
 endef
 endef