commit 9f7ec5c8d71644f4f4ca3ef1b1ac3b96685355b3
parent 393929eb4b2b2df8e275c10478830f5f91cbdff8
Author: Steven Barth <steven@midlink.org>
Date: Tue, 25 Nov 2014 20:32:49 +0100
libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat:
4 files changed, 4 insertions(+), 0 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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