git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
05e3b1a
)
pciutils: Use MIPS16
author
Rosen Penev
<redacted>
Tue, 24 Dec 2019 02:12:08 +0000
(18:12 -0800)
committer
Rosen Penev
<redacted>
Tue, 24 Dec 2019 02:12:08 +0000
(18:12 -0800)
There's no real computation going on. Slims the package slightly.
Signed-off-by: Rosen Penev <redacted>
utils/pciutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/pciutils/Makefile
b/utils/pciutils/Makefile
index 52bc1f1e3aa3bb2abe4fc8c623567a7cc8251f44..1f51dfec09ae2dcd6163d0cb1cf38cb02c3b5e5f 100644
(file)
--- a/
utils/pciutils/Makefile
+++ b/
utils/pciutils/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pciutils
PKG_VERSION:=3.6.2
-PKG_RELEASE:=
4
+PKG_RELEASE:=
5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
@@
-19,7
+19,6
@@
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
-PKG_USE_MIPS16:=0
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
git clone https://git.99rst.org/PROJECT