summaryrefslogtreecommitdiff
path: root/package/netsnmp/Config.in
AgeCommit message (Collapse)Author
2012-03-18netsnmp: add option to enable debugging codeLuca Ceresoli
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11netsnmp: allow to disable MIB files installation and MIB loading codeLuca Ceresoli
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-28Convert net-snmp to autotargetsGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
2010-05-20netsnmp: disable build with external toolchainThomas Petazzoni
There is a build problem with netsnmp on external toolchain that isn't easy to fix: libtool strips the --sysroot that we are passing it, which make the link step fail. In preparation for the release, just make sure this package isn't visible to external toolchain users. Of course, on the long run, we should fix this. We also disable the build of the Quagga SNMP support because it selects netsnmp. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-28netsnmp: don't list openssl as a hard dependencyPeter Korsgaard
netsnmp can be compiled without ssl support, so don't list it as a hard dependency and only compile in support if enabled by the user.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2004-12-26more help updates from Tom CameronMike Frysinger
2004-10-14Update a few packagesEric Andersen
2004-10-09final step in buildroot faceliftEric Andersen