util-linux: fix missing dependency introduced by r43459

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 43476
lede-17.01
John Crispin 2014-12-01 16:18:15 +00:00
parent ad1592e02c
commit afbbf3084d
1 changed files with 1 additions and 1 deletions

View File

@ -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