mirror of https://github.com/openwrt/packages.git
treewide: exclude mips64
These packages exclude mips but forget to exclude mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>pull/23998/head
parent
2fa8485ed8
commit
7ee33e792e
|
@ -26,7 +26,7 @@ define Package/gperftools-headers
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
TITLE:=Gperftools Headers
|
TITLE:=Gperftools Headers
|
||||||
URL:=https://github.com/gperftools/gperftools
|
URL:=https://github.com/gperftools/gperftools
|
||||||
DEPENDS:= @!mips @!mipsel @!powerpc
|
DEPENDS:= @!(mips||mips64||mipsel||powerpc)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gperftools-runtime
|
define Package/gperftools-runtime
|
||||||
|
@ -34,7 +34,7 @@ define Package/gperftools-runtime
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Gperftools Runtime
|
TITLE:=Gperftools Runtime
|
||||||
URL:=https://github.com/gperftools/gperftools
|
URL:=https://github.com/gperftools/gperftools
|
||||||
DEPENDS:= +libunwind +libstdcpp @!mips @!mipsel @!powerpc
|
DEPENDS:= +libunwind +libstdcpp @!(mips||mips64||mipsel||powerpc)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gperftools-headers/description
|
define Package/gperftools-headers/description
|
||||||
|
|
|
@ -47,7 +47,7 @@ define Package/dockerd
|
||||||
+kmod-veth \
|
+kmod-veth \
|
||||||
+tini \
|
+tini \
|
||||||
+uci-firewall \
|
+uci-firewall \
|
||||||
@!(mips||mipsel)
|
@!(mips||mips64||mipsel)
|
||||||
USERID:=docker:docker
|
USERID:=docker:docker
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -31,7 +31,7 @@ define Package/mstflint
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Mellanox Firmware Burning and Diagnostics Tools
|
TITLE:=Mellanox Firmware Burning and Diagnostics Tools
|
||||||
URL:=https://github.com/Mellanox/mstflint
|
URL:=https://github.com/Mellanox/mstflint
|
||||||
DEPENDS:=@!(mips||mipsel) \
|
DEPENDS:=@!(mips||mips64||mipsel) \
|
||||||
+libcurl +liblzma +libopenssl +libsqlite3 \
|
+libcurl +liblzma +libopenssl +libsqlite3 \
|
||||||
+libstdcpp +libxml2 +python3-ctypes \
|
+libstdcpp +libxml2 +python3-ctypes \
|
||||||
+python3-urllib +python3-xml +zlib
|
+python3-urllib +python3-xml +zlib
|
||||||
|
|
Loading…
Reference in New Issue