diff options
author | Steven Barth <steven@midlink.org> | 2014-11-25 20:32:49 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-11-25 20:32:49 +0100 |
commit | 9f7ec5c8d71644f4f4ca3ef1b1ac3b96685355b3 (patch) | |
tree | 09a700f44ce42afdfcb23553fc7de374f5076cea /libs/libv4l | |
parent | 393929eb4b2b2df8e275c10478830f5f91cbdff8 (diff) |
libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'libs/libv4l')
-rw-r--r-- | libs/libv4l/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |