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
|
SECTION:=base
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
TITLE:=rootfs snapshoting tool
|
TITLE:=rootfs snapshoting tool
|
||||||
DEPENDS:=+libubox
|
DEPENDS:=+libubox +fstools
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/block-mount
|
define Package/block-mount
|
||||||
|
|
Loading…
Reference in a new issue