From: nico Date: Thu, 26 May 2005 20:18:56 +0000 (+0000) Subject: Fix dependency on libnetsnmp instead of libsnmp (thanks olli_04 for reporting) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=82dc56f60fd4977584a3666c2e4c15042f23b06d;p=openwrt.git Fix dependency on libnetsnmp instead of libsnmp (thanks olli_04 for reporting) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1063 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/net-snmp/ipkg/snmp-utils.control b/package/net-snmp/ipkg/snmp-utils.control index 58415fbdd4..1b09298c91 100644 --- a/package/net-snmp/ipkg/snmp-utils.control +++ b/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/package/net-snmp/ipkg/snmpd.control b/package/net-snmp/ipkg/snmpd.control index 7b29393498..d5db4d66de 100644 --- a/package/net-snmp/ipkg/snmpd.control +++ b/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