mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
dockerman: fix depends select (#3321)
This commit is contained in:
parent
01ab5cf3c9
commit
d1e791952a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user