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 | 82dc56f60fd4977584a3666c2e4c15042f23b06d (patch) | |
tree | 98e12f43d40459e6a5adce5d6380e250f7d155c5 /package/net-snmp/ipkg/snmp-utils.control | |
parent | a24fef3b259414c75e686c0f5a30b809ccad0371 (diff) |
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
Diffstat (limited to 'package/net-snmp/ipkg/snmp-utils.control')
-rw-r--r-- | package/net-snmp/ipkg/snmp-utils.control | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nthill@free.fr> Source: http://nthill.free.fr/openwrt/sources/net-snmp/ Description: a collection of SNMP utilities -Depends: libsnmp +Depends: libnetsnmp |