luci-app-dockerman: add missing dependency

This commit is contained in:
CN_SZTL 2020-01-30 21:47:53 +08:00
parent 1cfe1f4e64
commit 77c61da0bc
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -15,7 +15,7 @@ define Package/$(PKG_NAME)
SUBMENU:=3. Applications
TITLE:=Docker Manager interface for LuCI
PKGARCH:=all
DEPENDS:=+luci-lib-docker
DEPENDS:=+luci-lib-docker +luci-app-docker
endef
define Package/$(PKG_NAME)/description