dockerd: Disabled MIPS

* Buildkit doesn't appear to compile

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
Gerard Ryan 2023-03-12 14:43:36 +10:00 committed by Tianling Shen
parent 3cc32d9728
commit 5597e3cf06
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ define Package/dockerd
+kmod-nf-ipvs \
+kmod-veth \
+tini \
+uci-firewall
+uci-firewall \
@!(mips||mipsel)
USERID:=docker:docker
MENU:=1
endef