Commit Graph

5 Commits

Author SHA1 Message Date
Peter Korsgaard
02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
b28921cd32 Add glib2.0 specific include/pkconfig paths in 'docker' 2008-07-08 05:41:44 +00:00
John Voltz
1a596bfe2f pkgconfig fix for docker 2008-05-02 11:20:00 +00:00
John Voltz
0c368b715f add alsamixergui and docker packages 2008-03-20 16:55:37 +00:00