From: Rosen Penev Date: Sun, 21 Mar 2021 01:39:46 +0000 (-0700) Subject: reptyr: add mips64el to the DEPENDS list X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7e7adfceef6f2df9dc4dcaa870246a914594ef13;p=feed%2Fpackages.git reptyr: add mips64el to the DEPENDS list MIPS is completely unsupported. Signed-off-by: Rosen Penev (cherry picked from commit 03515d00cdaa6a9d91d8c003fc27a1e59258d8fa) --- diff --git a/utils/reptyr/Makefile b/utils/reptyr/Makefile index d5f3402ce6..83dd6ba3eb 100644 --- a/utils/reptyr/Makefile +++ b/utils/reptyr/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=reptyr PKG_VERSION:=0.8.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/ @@ -23,7 +23,7 @@ define Package/reptyr CATEGORY:=Utilities TITLE:=Tool for reparenting running programs URL:=https://github.com/nelhage/reptyr - DEPENDS:=@!(arc||mips||mipsel||mips64) + DEPENDS:=@!(arc||mips||mipsel||mips64||mips64el) endef define Package/reptyr/description