aboutsummaryrefslogtreecommitdiff
path: root/net/aria2/Makefile
diff options
context:
space:
mode:
authorPeter Wagner <tripolar@gmx.at>2019-01-03 01:10:56 +0100
committerPeter Wagner <tripolar@gmx.at>2019-01-03 01:10:56 +0100
commit7cf1c9e11c60ff94b495cb732d5f293d1a055044 (patch)
tree8e343e7ff57253955ac9dfebe7319d1fe9d1b11c /net/aria2/Makefile
parentc57920293510a19044a921abbd91d1540763c047 (diff)
aria2: immediate assign value
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/aria2/Makefile')
-rw-r--r--net/aria2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index a6e1cf904..e9fd774db 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE_URL:=https://github.com/aria2/aria2/releases/download/release-$(PKG_V
PKG_HASH:=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
-PKG_USE_MIPS16=0
+PKG_USE_MIPS16:=0
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>, \
Hsing-Wang Liao <kuoruan@gmail.com>