pciutils: add missing udev dependency
Fixes https://github.com/openwrt/packages/issues/2471 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
9b88a4c490
commit
9afd29558a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue