From: Florian Eckert Date: Wed, 28 Oct 2020 14:57:56 +0000 (+0100) Subject: docker-ce: use new extra_command function definition X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a4267bd6e329a876d8a0927db93a20ff12f0fcf4;p=openwrt-packages.git docker-ce: use new extra_command function definition Signed-off-by: Florian Eckert --- diff --git a/utils/docker-ce/Makefile b/utils/docker-ce/Makefile index fe072902e..f33d4e835 100644 --- a/utils/docker-ce/Makefile +++ b/utils/docker-ce/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker-ce PKG_VERSION:=19.03.13 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=components/cli/LICENSE components/engine/LICENSE diff --git a/utils/docker-ce/files/dockerd.init b/utils/docker-ce/files/dockerd.init index 25f0bd510..7d27f7625 100644 --- a/utils/docker-ce/files/dockerd.init +++ b/utils/docker-ce/files/dockerd.init @@ -3,10 +3,8 @@ USE_PROCD=1 START=25 -EXTRA_COMMANDS="uciadd ucidel" -EXTRA_HELP="\ - uciadd Add default bridge configuration to network and firewall uci config - ucidel Delete default bridge configuration from network and firewall uci config" +extra_command "uciadd" "Add default bridge configuration to network and firewall uci config" +extra_command "ucidel" "Delete default bridge configuration from network and firewall uci config" DOCKERD_CONF="/tmp/dockerd/daemon.json"