Commit Graph

6 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
Peter Korsgaard 565e05c8a1 packages: fix pkgconfig depencies and select pkgconfig where needed 2008-06-14 21:01:16 +00:00
Ulf Samuelsson 6f5a065162 Bump ntfs-3g version 2008-05-11 06:46:20 +00:00
Ulf Samuelsson f3b5e67179 It is not OK to ALWAYS include ntfs-3g 2007-11-26 07:13:50 +00:00
Ivan Kuten e1498416ac add fuse and nfs-3g packages 2007-11-24 16:09:25 +00:00