Peter Korsgaard
|
4b72854dde
|
target/: get rid of unneeded $(strip ..)
|
2008-12-08 08:15:58 +00:00 |
|
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 |
|
Thomas Lundquist
|
dc6a57bc69
|
Added BR2_DEBIAN_MIRROR
|
2007-12-27 12:00:12 +00:00 |
|
Bernhard Reutner-Fischer
|
956d3eb78b
|
- semicolon touchup. No other changes
|
2007-08-22 09:56:41 +00:00 |
|
Bernhard Reutner-Fischer
|
bc8d90683e
|
- stub for grub2. Needs to be fixed upstream first.
|
2007-06-27 21:03:42 +00:00 |
|