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-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2007-11-29 | Make ipsec-tools depend on packets, instead of selecting them, depend on flex | Ulf Samuelsson | |
2007-07-28 | Replace space by tabs | Ulf Samuelsson | |
2007-06-26 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2006-11-20 | - setkeys needs libfl | Bernhard Reutner-Fischer | |
2006-01-23 | add ipsec-tools package per case 0000439 | David Anders | |