mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
treewide: exclude mips64
These packages exclude mips but forget to exclude mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user