diff options
author | Peter Wagner <tripolar@gmx.at> | 2019-01-02 21:25:27 +0100 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2019-01-02 22:52:40 +0100 |
commit | c57920293510a19044a921abbd91d1540763c047 (patch) | |
tree | b1ee81f6c7be930e554b51cb6f690fe7dafca24e /net/aria2/Makefile | |
parent | 9b9e9a2f1aa50af725e15740cb29975186a45e07 (diff) |
aria2: fix "Illegal instruction" crash on ar71xx
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r-- | net/aria2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index f29804315..a6e1cf904 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aria2 PKG_VERSION:=1.34.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ PKG_HASH:=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16=0 PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, \ Hsing-Wang Liao <kuoruan@gmail.com> |