mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
pciutils: add libkmod dependency
Fixes https://github.com/openwrt/packages/issues/1003 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pciutils
|
PKG_NAME:=pciutils
|
||||||
PKG_VERSION:=3.3.0
|
PKG_VERSION:=3.3.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@@ -29,7 +29,7 @@ define Package/pciutils
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Linux PCI Utilities
|
TITLE:=Linux PCI Utilities
|
||||||
URL:=http://mj.ucw.cz/pciutils.shtml
|
URL:=http://mj.ucw.cz/pciutils.shtml
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+PACKAGE_libkmod:libkmod +zlib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pciutils/description
|
define Package/pciutils/description
|
||||||
|
|||||||
Reference in New Issue
Block a user