projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1592e
)
util-linux: fix missing dependency introduced by r43459
author
John Crispin
<john@openwrt.org>
Mon, 1 Dec 2014 16:18:15 +0000
(16:18 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 1 Dec 2014 16:18:15 +0000
(16:18 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43476
package/utils/util-linux/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/util-linux/Makefile
b/package/utils/util-linux/Makefile
index 8c2cadf234220ee03779e042770ba968e971a689..954e8734c0c9a52b0edfd4d7f7759f4913513183 100644
(file)
--- a/
package/utils/util-linux/Makefile
+++ b/
package/utils/util-linux/Makefile
@@
-279,7
+279,7
@@
endef
define Package/mount-utils
$(call Package/util-linux/Default)
TITLE:=related (u)mount utilities
- DEPENDS+= +libmount
+ DEPENDS+= +libmount
+libsmartcols
endef
define Package/mount-utils/description