diff options
author | Rosen Penev <rosenp@gmail.com> | 2024-04-23 15:21:23 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-04-23 18:59:04 -0700 |
commit | 7ee33e792ed9ab6e384b70ed529519d762443eee (patch) | |
tree | 6be6eb936dfe0fd12086684aeadd16ce113aefa7 /utils | |
parent | 2fa8485ed8a549b2e25739ef93b599d2833cd5df (diff) |
treewide: exclude mips64
These packages exclude mips but forget to exclude mips64.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dockerd/Makefile | 2 | ||||
-rw-r--r-- | utils/mstflint/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/dockerd/Makefile b/utils/dockerd/Makefile index 5c2d545e9..a41b2195e 100644 --- a/utils/dockerd/Makefile +++ b/utils/dockerd/Makefile @@ -47,7 +47,7 @@ define Package/dockerd +kmod-veth \ +tini \ +uci-firewall \ - @!(mips||mipsel) + @!(mips||mips64||mipsel) USERID:=docker:docker MENU:=1 endef diff --git a/utils/mstflint/Makefile b/utils/mstflint/Makefile index af1611270..e27aa9553 100644 --- a/utils/mstflint/Makefile +++ b/utils/mstflint/Makefile @@ -31,7 +31,7 @@ define Package/mstflint CATEGORY:=Utilities TITLE:=Mellanox Firmware Burning and Diagnostics Tools URL:=https://github.com/Mellanox/mstflint - DEPENDS:=@!(mips||mipsel) \ + DEPENDS:=@!(mips||mips64||mipsel) \ +libcurl +liblzma +libopenssl +libsqlite3 \ +libstdcpp +libxml2 +python3-ctypes \ +python3-urllib +python3-xml +zlib |