diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-26 20:18:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-26 20:18:56 +0000 |
commit | fea655638b23ea27d3d12ae35932264e3d496b7f (patch) | |
tree | 8968a4284f77a7194aa6e8174c8c669284f00726 /openwrt/package/net-snmp | |
parent | ebcd0b2cc68b929657c2a553d0a83203e3ccec90 (diff) | |
download | mtk-20170518-fea655638b23ea27d3d12ae35932264e3d496b7f.zip mtk-20170518-fea655638b23ea27d3d12ae35932264e3d496b7f.tar.gz mtk-20170518-fea655638b23ea27d3d12ae35932264e3d496b7f.tar.bz2 |
Fix dependency on libnetsnmp instead of libsnmp (thanks olli_04 for reporting)
SVN-Revision: 1063
Diffstat (limited to 'openwrt/package/net-snmp')
-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 58415fb..1b09298 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 7b29393..d5db4d6 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 |