projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3972b47
)
util-linux: add missing dependency
author
John Crispin
<john@openwrt.org>
Sun, 30 Mar 2014 13:00:50 +0000
(13:00 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/utils/util-linux/Makefile
b/package/utils/util-linux/Makefile
index 0352d78fb436891c1363221967dd3b01f758e0d8..13ec6035751a0cadbfd52f3f15628b4da890c06b 100644
(file)
--- 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