mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +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)
|
||||
SUBMENU:=disc
|
||||
TITLE:=Swap space management utilities
|
||||
DEPENDS+= +libuuid
|
||||
DEPENDS+= +libblkid +libuuid
|
||||
endef
|
||||
|
||||
define Package/swap-utils/description
|
||||
|
Loading…
Reference in New Issue
Block a user