diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-01 16:18:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-01 16:18:15 +0000 |
commit | cf9c8a776090fffe38396c4a518d38fa28969860 (patch) | |
tree | fada83942f0697dbee38142725faa8ffe2cc0b82 /package | |
parent | 7ee3dad0b679556a76328c06087d6ed8b81f394e (diff) | |
download | upstream-cf9c8a776090fffe38396c4a518d38fa28969860.tar.gz upstream-cf9c8a776090fffe38396c4a518d38fa28969860.tar.bz2 upstream-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')
-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 |