From 6c4b4ccfa780e8ed8d9da6ca70e728ed800ae299 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 11 Oct 2018 11:12:57 -0700 Subject: [PATCH] spoofer: Update to 1.4.0 Added PKG_USE_MIPS16 as it seems not to build under mipsel. Error: opcode not supported on this processor: mips32r2 (mips32r2) `sync' Signed-off-by: Rosen Penev --- net/spoofer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index 60ee97939..bce8ce444 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -8,16 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spoofer -PKG_VERSION:=1.3.3 +PKG_VERSION:=1.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.caida.org/projects/spoofer/downloads -PKG_HASH:=376f9a4b2d0404de3c37df645672a954b4916ad56508fadfe3f99120e5b0f87e +PKG_HASH:=cab261f00fdc4a7d9f98b199205764947d5c2081aa8192e4e17020cf0e2fe434 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=LICENSE +PKG_USE_MIPS16:=0 HOST_BUILD_DEPENDS:=protobuf/host include $(INCLUDE_DIR)/host-build.mk