diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-30 13:00:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-30 13:00:50 +0000 |
commit | 89302dbe5d985ab7ccb7956a7c58fcb47424d8d4 (patch) | |
tree | 210d16131f852989f6fdc5fba74b8653e059c5fa | |
parent | cf0a74c480b161c95de751fa8b4cbe06624c5b7e (diff) | |
download | upstream-89302dbe5d985ab7ccb7956a7c58fcb47424d8d4.tar.gz upstream-89302dbe5d985ab7ccb7956a7c58fcb47424d8d4.tar.bz2 upstream-89302dbe5d985ab7ccb7956a7c58fcb47424d8d4.zip |
util-linux: add missing dependency
https://dev.openwrt.org/ticket/15417
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40331 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0352d78fb4..13ec603575 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -240,7 +240,7 @@ endef define Package/lsblk $(call Package/util-linux/Default) TITLE:=list block devices - DEPENDS:= +libblkid + DEPENDS:= +libblkid +libmount SUBMENU=disc endef |