From 9f7ec5c8d71644f4f4ca3ef1b1ac3b96685355b3 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 25 Nov 2014 20:32:49 +0100 Subject: [PATCH] libv4l/tgt/hdparm/pciutils: disable MIPS16 Signed-off-by: Steven Barth --- libs/libv4l/Makefile | 1 + net/tgt/Makefile | 1 + utils/hdparm/Makefile | 1 + utils/pciutils/Makefile | 1 + 4 files changed, 4 insertions(+) diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index 86121dc17..65f15f87c 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -11,6 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v4l-utils PKG_VERSION:=1.2.1 PKG_RELEASE:=2 +PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.linuxtv.org/downloads/v4l-utils diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 8efa9e72a..d1fb251ee 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -10,6 +10,7 @@ PKG_NAME:=tgt PKG_VERSION:=1.0.48 PKG_REV:=22d9567f39e5eb8a794ce2cb5a2190abdbecaa1f PKG_RELEASE:=1 +PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/fujita/tgt.git diff --git a/utils/hdparm/Makefile b/utils/hdparm/Makefile index a2988f42e..8841213e3 100644 --- a/utils/hdparm/Makefile +++ b/utils/hdparm/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hdparm PKG_VERSION:=9.45 PKG_RELEASE:=1 +PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index bb4bbad7d..d3b0765f8 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils PKG_VERSION:=3.3.0 PKG_RELEASE:=1 +PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils