dockerman: fix depends select (#3321)

This commit is contained in:
ZhenYu 2020-02-25 13:46:09 +08:00 committed by GitHub
parent 01ab5cf3c9
commit d1e791952a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Docker Manager interface for LuCI
LUCI_DEPENDS:=+luci-lib-docker +docker-ce +e2fsprogs +fdisk
PKG_NAME:=luci-app-dockerman
PKG_VERSION:=v0.3.0
PKG_RELEASE:=beta
PKG_TITLE:=Docker Manager interface for LuCI
PKG_DEPENDS:=+luci-lib-docker +docker-ce +e2fsprogs +fdisk
PKG_MAINTAINER:=lisaac <https://github.com/lisaac/luci-app-dockerman>
PKG_LICENSE:=AGPL-3.0