Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | package: get rid of ".. has no inherent support for AVR32" comments | Peter Korsgaard | |
These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-26 | Add help for packages without AVR32 support | Ulf Samuelsson | |
2009-01-16 | libeXosip2 requires libosip2 | Ulf Samuelsson | |
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-11-30 | Add libeXosip2 package | Ulf Samuelsson | |