Browse Source

pciutils: fix libkmod depedency

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas 10 years ago
parent
commit
64fbed7b84
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/pciutils/Makefile

+ 2
- 2
utils/pciutils/Makefile View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=pciutils
11 11
 PKG_VERSION:=3.3.0
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 PKG_USE_MIPS16:=0
14 14
 
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -29,7 +29,7 @@ define Package/pciutils
29 29
   CATEGORY:=Utilities
30 30
   TITLE:=Linux PCI Utilities
31 31
   URL:=http://mj.ucw.cz/pciutils.shtml
32
-  DEPENDS:=+PACKAGE_libkmod:libkmod +zlib
32
+  DEPENDS:=+libkmod +zlib
33 33
 endef
34 34
 
35 35
 define Package/pciutils/description