fstools: fix missing dependency
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
776b24d9aa
commit
e4bad7953b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ define Package/snapshot-tool
|
|||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
TITLE:=rootfs snapshoting tool
|
||||
DEPENDS:=+libubox
|
||||
DEPENDS:=+libubox +fstools
|
||||
endef
|
||||
|
||||
define Package/block-mount
|
||||
|
|
Loading…
Reference in a new issue