mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-10 00:28:27 +00:00
add missing dependency on libblkid to swap-utils, needed for swapon/off (closes: #3993)
SVN-Revision: 12610
This commit is contained in:
parent
76c9809ed4
commit
76e78e2203
@ -70,7 +70,7 @@ define Package/swap-utils
|
|||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
SUBMENU:=disc
|
SUBMENU:=disc
|
||||||
TITLE:=Swap space management utilities
|
TITLE:=Swap space management utilities
|
||||||
DEPENDS+= +libuuid
|
DEPENDS+= +libblkid +libuuid
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/swap-utils/description
|
define Package/swap-utils/description
|
||||||
|
Loading…
Reference in New Issue
Block a user