mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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…
Add table
Reference in a new issue