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:
d18e118
)
pciutils: fix libkmod depedency
author
Álvaro Fernández Rojas
<redacted>
Sun, 8 Mar 2015 18:58:03 +0000
(19:58 +0100)
committer
Álvaro Fernández Rojas
<redacted>
Sun, 8 Mar 2015 18:58:03 +0000
(19:58 +0100)
Signed-off-by: Álvaro Fernández Rojas <redacted>
utils/pciutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/pciutils/Makefile
b/utils/pciutils/Makefile
index 99416051b4748e5ecf20adcd39e7c6cf2da25abf..90deb66a47e1199982d3bf7592f87e94878c0810 100644
(file)
--- a/
utils/pciutils/Makefile
+++ b/
utils/pciutils/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pciutils
PKG_VERSION:=3.3.0
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-29,7
+29,7
@@
define Package/pciutils
CATEGORY:=Utilities
TITLE:=Linux PCI Utilities
URL:=http://mj.ucw.cz/pciutils.shtml
- DEPENDS:=+
PACKAGE_libkmod:
libkmod +zlib
+ DEPENDS:=+libkmod +zlib
endef
define Package/pciutils/description
git clone https://git.99rst.org/PROJECT