diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 05:56:37 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 05:56:37 +0000 |
commit | a8f67c9748eda33c2409cf24e183e91d0e05fb0b (patch) | |
tree | 9d6ceee33078da4c24f81333f9495bf1eee56065 /openwrt/package/net-snmp/Config.in | |
parent | e24fbdb22e21bd54062a387d7351472421cc5d37 (diff) |
Add libelf dependency, add disk and exec features to snmpd, add install-dev stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1107 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/net-snmp/Config.in')
-rw-r--r-- | openwrt/package/net-snmp/Config.in | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/openwrt/package/net-snmp/Config.in b/openwrt/package/net-snmp/Config.in index 8ebbc52af..7e1b3b5b5 100644 --- a/openwrt/package/net-snmp/Config.in +++ b/openwrt/package/net-snmp/Config.in @@ -6,12 +6,12 @@ config BR2_PACKAGE_NET_SNMP depends BR2_PACKAGE_LIBNETSNMP config BR2_PACKAGE_LIBNETSNMP - prompt "libnetsnmp - SNMP libraries" + prompt "libnetsnmp - SNMP shared libraries" tristate default m if CONFIG_DEVEL select BR2_PACKAGE_NET_SNMP + select BR2_PACKAGE_LIBELF help - Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices @@ -24,15 +24,37 @@ config BR2_PACKAGE_LIBNETSNMP config BR2_PACKAGE_SNMPD - depends BR2_PACKAGE_LIBNETSNMP prompt "snmpd - SNMP agent" tristate + select BR2_PACKAGE_LIBNETSNMP default m if CONFIG_DEVEL + help + Simple Network Management Protocol (SNMP) is a widely used + protocol for monitoring the health and welfare of network + equipment (eg. routers), computer equipment and even devices + like UPSs. Net-SNMP is a suite of applications used to implement + SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. + + http://www.net-snmp.org/ + + This package contains the SNMP agent. + config BR2_PACKAGE_SNMP_UTILS - depends BR2_PACKAGE_LIBNETSNMP prompt "snmp-utils - SNMP client utilities" tristate + select BR2_PACKAGE_LIBNETSNMP default m if CONFIG_DEVEL + help + Simple Network Management Protocol (SNMP) is a widely used + protocol for monitoring the health and welfare of network + equipment (eg. routers), computer equipment and even devices + like UPSs. Net-SNMP is a suite of applications used to implement + SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. + + http://www.net-snmp.org/ + + This package contains the SNMP client utilities. + endmenu |