aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-12-01 16:18:15 +0000
committerJohn Crispin <blogic@openwrt.org>2014-12-01 16:18:15 +0000
commitcf9c8a776090fffe38396c4a518d38fa28969860 (patch)
treefada83942f0697dbee38142725faa8ffe2cc0b82 /package/utils
parent7ee3dad0b679556a76328c06087d6ed8b81f394e (diff)
downloadmaster-187ad058-cf9c8a776090fffe38396c4a518d38fa28969860.tar.gz
master-187ad058-cf9c8a776090fffe38396c4a518d38fa28969860.tar.bz2
master-187ad058-cf9c8a776090fffe38396c4a518d38fa28969860.zip
util-linux: fix missing dependency introduced by r43459
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43476 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/util-linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index 8c2cadf234..954e8734c0 100644
--- 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