diff options
author | John Crispin <john@openwrt.org> | 2014-12-01 16:18:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-01 16:18:15 +0000 |
commit | afbbf3084d9d1231af90a810344265cc9f727c3b (patch) | |
tree | 03638f217a3a0d3a1c99b84843e16461567d6aae /package/utils/util-linux/Makefile | |
parent | ad1592e02c81d3c4babdec016a261c928b0ec93a (diff) | |
download | upstream-afbbf3084d9d1231af90a810344265cc9f727c3b.tar.gz upstream-afbbf3084d9d1231af90a810344265cc9f727c3b.tar.bz2 upstream-afbbf3084d9d1231af90a810344265cc9f727c3b.zip |
util-linux: fix missing dependency introduced by r43459
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43476
Diffstat (limited to 'package/utils/util-linux/Makefile')
-rw-r--r-- | package/utils/util-linux/Makefile | 2 |
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 |