summaryrefslogtreecommitdiff
path: root/package/distcc/Config.in
AgeCommit message (Collapse)Author
2012-08-25distcc: only available on MMU platformsThomas Petazzoni
Fixes http://autobuild.buildroot.org/results/3c1fa37c5b687767b53868f083910ca3f7dbcac0/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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-10-14help textMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen