aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-09-15 08:21:14 +0000
committerNicolas Thill <nico@openwrt.org>2008-09-15 08:21:14 +0000
commit76e78e2203421129a7420e1387e65d254f045e37 (patch)
tree2f4de83161fbb55390df5954c3576309a40cc6e0 /package
parent76c9809ed49f88fb2b42a9a0ad8caaa5a4c9636d (diff)
downloadupstream-76e78e2203421129a7420e1387e65d254f045e37.tar.gz
upstream-76e78e2203421129a7420e1387e65d254f045e37.tar.bz2
upstream-76e78e2203421129a7420e1387e65d254f045e37.zip
add missing dependency on libblkid to swap-utils, needed for swapon/off (closes: #3993)
SVN-Revision: 12610
Diffstat (limited to 'package')
-rw-r--r--package/util-linux-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile
index d3fa3633b6..057791a694 100644
--- a/package/util-linux-ng/Makefile
+++ b/package/util-linux-ng/Makefile
@@ -70,7 +70,7 @@ define Package/swap-utils
$(call Package/util-linux/Default)
SUBMENU:=disc
TITLE:=Swap space management utilities
- DEPENDS+= +libuuid
+ DEPENDS+= +libblkid +libuuid
endef
define Package/swap-utils/description