Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Refined building of neon options | Nigel Kukard | 2008-12-31 | 1 | -0/+7 |
| | | | | - Added support to build with or without zlib support | ||||
* | neon: uses pkgconfig so select it | Peter Korsgaard | 2008-08-26 | 1 | -0/+1 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -3/+3 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | * Added neon | Nigel Kukard | 2008-04-12 | 1 | -0/+38 |