reptyr: add mips64el to the DEPENDS list
MIPS is completely unsupported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
dea0c27355
commit
03515d00cd
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=reptyr
|
PKG_NAME:=reptyr
|
||||||
PKG_VERSION:=0.8.0
|
PKG_VERSION:=0.8.0
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/
|
PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/
|
||||||
|
@ -23,7 +23,7 @@ define Package/reptyr
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Tool for reparenting running programs
|
TITLE:=Tool for reparenting running programs
|
||||||
URL:=https://github.com/nelhage/reptyr
|
URL:=https://github.com/nelhage/reptyr
|
||||||
DEPENDS:=@!(arc||mips||mipsel||mips64)
|
DEPENDS:=@!(arc||mips||mipsel||mips64||mips64el)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/reptyr/description
|
define Package/reptyr/description
|
||||||
|
|
Loading…
Reference in a new issue