Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-08 | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-12-27 | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-06-27 | - stub for grub2. Needs to be fixed upstream first. | Bernhard Reutner-Fischer | |