aboutsummaryrefslogtreecommitdiff
path: root/utils/dockerd
diff options
context:
space:
mode:
Diffstat (limited to 'utils/dockerd')
-rw-r--r--utils/dockerd/Makefile2
-rwxr-xr-xutils/dockerd/files/dockerd.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/dockerd/Makefile b/utils/dockerd/Makefile
index 60feb3f75..ef1b1e825 100644
--- a/utils/dockerd/Makefile
+++ b/utils/dockerd/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dockerd
PKG_VERSION:=20.10.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
diff --git a/utils/dockerd/files/dockerd.init b/utils/dockerd/files/dockerd.init
index 29977819c..c1493ba2b 100755
--- a/utils/dockerd/files/dockerd.init
+++ b/utils/dockerd/files/dockerd.init
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
USE_PROCD=1
-START=25
+START=99
extra_command "uciadd" "<interface> <device> <zone> Add docker bridge configuration to network and firewall uci config"
extra_command "ucidel" "<interface> <device> <zone> Delete docker bridge configuration from network and firewall uci config"