summaryrefslogtreecommitdiff
path: root/openwrt/package/net-snmp/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-20 16:32:01 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-20 16:32:01 +0000
commit8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8 (patch)
tree923c52d11b567ccda3afb565a62c78643cb67e2b /openwrt/package/net-snmp/Config.in
parentb0d80f983aa7904300f519082950e12f564f9a56 (diff)
downloadmtk-20170518-8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8.zip
mtk-20170518-8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8.tar.gz
mtk-20170518-8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8.tar.bz2
Add net-snmp package
SVN-Revision: 991
Diffstat (limited to 'openwrt/package/net-snmp/Config.in')
-rw-r--r--openwrt/package/net-snmp/Config.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/openwrt/package/net-snmp/Config.in b/openwrt/package/net-snmp/Config.in
new file mode 100644
index 0000000..8f0cdff
--- /dev/null
+++ b/openwrt/package/net-snmp/Config.in
@@ -0,0 +1,29 @@
+config BR2_PACKAGE_NET_SNMP
+ prompt "net-snmp - Open source SNMP (Simple Network Management Protocol) implementation"
+ bool
+ default y 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/
+
+
+config BR2_PACKAGE_LIBNETSNMP
+ tristate "libnet-snmp - SNMP libraries"
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_NET_SNMP
+
+config BR2_PACKAGE_SNMPD
+ tristate "snmdp - SNMP agent"
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_LIBNETSNMP
+
+config BR2_PACKAGE_SNMP_UTILS
+ tristate "snmp-utils - SNMP client utilities"
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_LIBNETSNMP
+