diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-12-23 18:42:30 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-12-23 18:42:30 -0800 |
commit | a5e7d0a9046305e083033f9a88065e252156407a (patch) | |
tree | 5871144bedbc1f1e004be7c60a7c76abc3f605a1 /net/aria2/Makefile | |
parent | 05e3b1a9437797cc73bea7cd6a5b7415451c98ec (diff) |
aria2: Build with MIPS16
All the computationally expensive stuff is in the libraries, not the
package itself.
Saves several kilobytes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r-- | net/aria2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile index 961d076ee..06be8cf02 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -8,14 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aria2 PKG_VERSION:=1.35.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_VERSION)/ PKG_HASH:=1e2b7fd08d6af228856e51c07173cfcf987528f1ac97e04c5af4a47642617dfd PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, \ Hsing-Wang Liao <kuoruan@gmail.com> |