Browse Source

libv4l/tgt/hdparm/pciutils: disable MIPS16

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
9f7ec5c8d7
4 changed files with 4 additions and 0 deletions
  1. +1
    -0
      libs/libv4l/Makefile
  2. +1
    -0
      net/tgt/Makefile
  3. +1
    -0
      utils/hdparm/Makefile
  4. +1
    -0
      utils/pciutils/Makefile

+ 1
- 0
libs/libv4l/Makefile View File

@ -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


+ 1
- 0
net/tgt/Makefile View File

@ -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


+ 1
- 0
utils/hdparm/Makefile View File

@ -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)


+ 1
- 0
utils/pciutils/Makefile View File

@ -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


Loading…
Cancel
Save