projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a35e36
)
netsnmp: enable agentx support by default
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 15 Apr 2013 14:39:42 +0000
(14:39 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 17 Apr 2013 19:47:03 +0000
(21:47 +0200)
Enable agentx support by default, it's required for newer versions of
quagga.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/netsnmp/Config.in
patch
|
blob
|
history
diff --git
a/package/netsnmp/Config.in
b/package/netsnmp/Config.in
index d5056f928b8fde4801d55948165b8a2863671bde..d94abb7bdadd01a3f072b8414ea74edd4afd2000 100644
(file)
--- 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.