index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
parent
3972b4745850ffa7b5dba4f5f0bf8c595e14de71
(
diff
)
util-linux: add missing dependency
https://dev.openwrt.org/ticket/15417 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40331
Diffstat
-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