diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 20:18:56 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 20:18:56 +0000 |
commit | b23c4de803d93ed73cd95df9059fd9a0d3f259a2 (patch) | |
tree | 8968a4284f77a7194aa6e8174c8c669284f00726 | |
parent | b0af37509ec20b8a54ddba4e6498e3d5640659dc (diff) |
Fix dependency on libnetsnmp instead of libsnmp (thanks olli_04 for reporting)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1063 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/net-snmp/ipkg/snmp-utils.control | 2 | ||||
-rw-r--r-- | 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 <nthill@free.fr> 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 <nthill@free.fr> Source: http://nthill.free.fr/openwrt/sources/net-snmp/ Description: an SNMP agent -Depends: libsnmp +Depends: libnetsnmp |