mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
add docker all feeds soft
This commit is contained in:
parent
4ff1102a1a
commit
4b2ee656b7
178 changed files with 15534 additions and 0 deletions
19
luci-lib-docker/Makefile
Normal file
19
luci-lib-docker/Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-lib-docker
|
||||
PKG_VERSION:=v0.3.4
|
||||
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
|
||||
Florian Eckert <fe@dev.tdt.de>
|
||||
PKG_LICENSE:=AGPL-3.0
|
||||
|
||||
LUCI_TYPE:=col
|
||||
|
||||
LUCI_TITLE:=LuCI library for docker
|
||||
LUCI_DESCRIPTION:=Docker Engine API for LuCI
|
||||
|
||||
LUCI_DEPENDS:=@(aarch64||arm||x86_64) +luci-lib-jsonc
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
Loading…
Add table
Add a link
Reference in a new issue