summaryrefslogtreecommitdiff
path: root/package/netsnmp/Config.in
AgeCommit message (Collapse)Author
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