From fea655638b23ea27d3d12ae35932264e3d496b7f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 26 May 2005 20:18:56 +0000 Subject: [PATCH] Fix dependency on libnetsnmp instead of libsnmp (thanks olli_04 for reporting) SVN-Revision: 1063 --- openwrt/package/net-snmp/ipkg/snmp-utils.control | 2 +- openwrt/package/net-snmp/ipkg/snmpd.control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/net-snmp/ipkg/snmp-utils.control b/openwrt/package/net-snmp/ipkg/snmp-utils.control index 58415fbdd4..1b09298c91 100644 --- a/openwrt/package/net-snmp/ipkg/snmp-utils.control +++ b/openwrt/package/net-snmp/ipkg/snmp-utils.control @@ -6,4 +6,4 @@ Architecture: [TBDL] Maintainer: Nico Source: http://nthill.free.fr/openwrt/sources/net-snmp/ Description: a collection of SNMP utilities -Depends: libsnmp +Depends: libnetsnmp diff --git a/openwrt/package/net-snmp/ipkg/snmpd.control b/openwrt/package/net-snmp/ipkg/snmpd.control index 7b29393498..d5db4d66de 100644 --- a/openwrt/package/net-snmp/ipkg/snmpd.control +++ b/openwrt/package/net-snmp/ipkg/snmpd.control @@ -6,4 +6,4 @@ Architecture: [TBDL] Maintainer: Nico Source: http://nthill.free.fr/openwrt/sources/net-snmp/ Description: an SNMP agent -Depends: libsnmp +Depends: libnetsnmp -- 2.25.1