summaryrefslogtreecommitdiffstats
path: root/package/netsnmp/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* netsnmp: enable agentx support by defaultGustavo Zacarias2013-04-171-1/+1
| | | | | | | | 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>
* netsnmp: configurable MIB modulesprzemyslaw2013-03-241-0/+14
| | | | | | | | | | Make the MIB modules, which are included/excluded in the build, to be configurable instead of being hard coded. [Peter: drop menuconfig] Signed-off-by: przemyslaw <przemyslaw.wrzos@calyptech.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netsnmp: add option to enable debugging codeLuca Ceresoli2012-03-181-0/+9
| | | | | | 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>
* netsnmp: allow to disable MIB files installation and MIB loading codeLuca Ceresoli2011-09-111-0/+8
| | | | | | 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>
* Convert net-snmp to autotargetsGustavo Zacarias2010-07-281-5/+0
| | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* netsnmp: disable build with external toolchainThomas Petazzoni2010-05-201-0/+6
| | | | | | | | | | | | | | | 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>
* netsnmp: don't list openssl as a hard dependencyPeter Korsgaard2008-12-281-1/+0
| | | | | 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.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+4
|
* Update a few packagesEric Andersen2004-10-141-0/+1
|
* final step in buildroot faceliftEric Andersen2004-10-091-0/+8