summaryrefslogtreecommitdiffstats
path: root/rules/net-snmp.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-10 09:35:24 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-10 09:35:24 +0000
commitdee8d99c4528d3bd9ce807407bef0c9539fd4cf9 (patch)
treed7e0ac428f2f7c9ea1b52014c60baf768198708c /rules/net-snmp.in
parente367235b460f83e6890a3e1770068c287cf7703b (diff)
downloadptxdist-dee8d99c4528d3bd9ce807407bef0c9539fd4cf9.tar.gz
ptxdist-dee8d99c4528d3bd9ce807407bef0c9539fd4cf9.tar.xz
* rules/*.in, Kconfig:
removed 'default n' cleaned up menu a bit git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9470 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/net-snmp.in')
-rw-r--r--rules/net-snmp.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/rules/net-snmp.in b/rules/net-snmp.in
index 88cd8797b..c6e31c426 100644
--- a/rules/net-snmp.in
+++ b/rules/net-snmp.in
@@ -12,72 +12,58 @@ config NET_SNMP_MINI_AGENT
config NET_SNMP_AGENT
bool
- default n
prompt "agent (snmpd)"
config NET_SNMP_APPLICATIONS
bool
- default n
prompt "apps (snmpget, ...)"
config NET_SNMP_SCRIPTS
bool
- default n
prompt "scripts (mib2c, ...)"
config NET_SNMP_MIBS
bool
- default n
prompt "mib files"
config NET_SNMP_MIB_LOADING
bool
- default n
prompt "include code that parses and manipulates mib files"
config NET_SNMP_SNMPV1
bool
- default n
prompt "support for SNMPv1"
config NET_SNMP_SNMPV2C
bool
- default n
prompt "support for SNMPv2c"
config NET_SNMP_DES
bool
- default n
prompt "DES encryption"
config NET_SNMP_MD5
bool
- default n
prompt "MD5 authentication"
config NET_SNMP_SNMPTRAPD
bool
- default n
prompt "agentx subagent code in snmptrapd"
config NET_SNMP_IPV6
bool
- default n
prompt "support for IPv6"
config NET_SNMP_LOCAL_SMUX
bool
- default n
prompt "restrict SMUX connections to localhost (by default)"
config NET_SNMP_DEBUGGING
bool
- default n
prompt "debugging"
config NET_SNMP_DEVELOPER
bool
- default n
prompt "super-duper-extra-compile-warnings using gcc"
config NET_SNMP_DEFAULT_VERSION