util-linux: fix missing dependency introduced by r43459
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43476
This commit is contained in:
parent
ad1592e02c
commit
afbbf3084d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue