pciutils: add libkmod dependency
authorÁlvaro Fernández Rojas <redacted>
Sun, 8 Mar 2015 14:32:10 +0000 (15:32 +0100)
committerÁlvaro Fernández Rojas <redacted>
Sun, 8 Mar 2015 14:32:10 +0000 (15:32 +0100)
Fixes https://github.com/openwrt/packages/issues/1003

Signed-off-by: Álvaro Fernández Rojas <redacted>
utils/pciutils/Makefile

index d3b0765f85b7dd1dc1b3ab38940a86c3d8238bd8..99416051b4748e5ecf20adcd39e7c6cf2da25abf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2014 OpenWrt.org
+# Copyright (C) 2007-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pciutils
 PKG_VERSION:=3.3.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 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:=+zlib
+  DEPENDS:=+PACKAGE_libkmod:libkmod +zlib
 endef
 
 define Package/pciutils/description
git clone https://git.99rst.org/PROJECT