summaryrefslogtreecommitdiff
path: root/package/berkeleydb/Config.in
AgeCommit message (Collapse)Author
2012-04-25berkeleydb: add option for tools installGustavo Zacarias
Add an option to install (or not) the berkeleydb binary tools. The default is no since most of the time/application just need the library and it helps save some space in the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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-24merge help descriptions written by Tom CameronMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen