Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] netsnmp: enable agentx support by default
@ 2013-04-16  0:39 Gustavo Zacarias
  2013-04-16  0:39 ` [Buildroot] [PATCH 2/2] quagga: bump to version 0.99.22.1 Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2013-04-16  0:39 UTC (permalink / raw)
  To: buildroot

Enable agentx support by default, it's required for newer versions of
quagga.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/netsnmp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in
index d5056f9..d94abb7 100644
--- a/package/netsnmp/Config.in
+++ b/package/netsnmp/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
 
 config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
 	string "Build with these MIB modules"
-	default "host ucd-snmp/dlmod"
+	default "host ucd-snmp/dlmod agentx"
 	depends on BR2_PACKAGE_NETSNMP
 	help
 	  Specify which MIB modules to include.
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-17 19:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16  0:39 [Buildroot] [PATCH 1/2] netsnmp: enable agentx support by default Gustavo Zacarias
2013-04-16  0:39 ` [Buildroot] [PATCH 2/2] quagga: bump to version 0.99.22.1 Gustavo Zacarias
2013-04-17 19:49   ` Peter Korsgaard
2013-04-17 19:50     ` Gustavo Zacarias
2013-04-17 19:54       ` Peter Korsgaard
2013-04-17 19:54   ` Peter Korsgaard
2013-04-17 15:53 ` [Buildroot] [PATCH 1/2] netsnmp: enable agentx support by default Arnout Vandecappelle
2013-04-17 19:48 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox