Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-06-16 | lsof: bump version | Peter Korsgaard | |
Patch by Conrad Parker. | |||
2007-10-21 | make lsof configure with target includes, thanks to marcg | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-07-28 | Replace space by tabs | Ulf Samuelsson | |
2007-06-26 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-05-15 | - bump version | Bernhard Reutner-Fischer | |
2006-12-13 | - Convince lsof to honor uClibc's notion of wchar and locale support. | Bernhard Reutner-Fischer | |
2006-11-29 | - compile against the cross toolchain, not the host | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-10-02 | escape the wildcard | Eric Andersen | |
2006-08-25 | fixup lsof so it will apply patches, and compile when rpc is disabled | Eric Andersen | |
2006-06-23 | patch from John Gatewood Ham, add lsof | Eric Andersen | |