projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b88a4c
)
pciutils: add missing udev dependency
author
Álvaro Fernández Rojas
<noltari@gmail.com>
Mon, 14 Mar 2016 16:37:06 +0000
(17:37 +0100)
committer
Álvaro Fernández Rojas
<noltari@gmail.com>
Mon, 14 Mar 2016 16:38:54 +0000
(17:38 +0100)
Fixes https://github.com/openwrt/packages/issues/2471
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
utils/pciutils/Makefile
patch
|
blob
|
history
diff --git
a/utils/pciutils/Makefile
b/utils/pciutils/Makefile
index b46244b80acf69b5eec9d9db008c14e2b86aad6d..28c47668ea4763ea88cd3553858e03985df03bcf 100644
(file)
--- a/
utils/pciutils/Makefile
+++ b/
utils/pciutils/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pciutils
PKG_VERSION:=3.4.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
@@
-29,7
+29,7
@@
define Package/pciutils
CATEGORY:=Utilities
TITLE:=Linux PCI Utilities
URL:=http://mj.ucw.cz/pciutils.shtml
- DEPENDS:=+libkmod +zlib
+ DEPENDS:=+
eudev +
libkmod +zlib
endef
define Package/pciutils/description