Signed-off-by: Florian Eckert <fe@dev.tdt.de>
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
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"