Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | neon: don't strip if BR2_ENABLE_DEBUG is enabled | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | |||||
* | neon: use := assignments | Peter Korsgaard | 2008-08-26 | 1 | -7/+5 |
| | |||||
* | neon: uses pkgconfig so select it | Peter Korsgaard | 2008-08-26 | 2 | -0/+3 |
| | |||||
* | neon: strip target library | Peter Korsgaard | 2008-08-26 | 1 | -0/+5 |
| | | | | neon doesn't have an install-strip target, so do it afterwards instead. | ||||
* | neon: fix compilation without xml support | Peter Korsgaard | 2008-08-26 | 1 | -0/+4 |
| | | | | | webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script. | ||||
* | neon: bump version | Peter Korsgaard | 2008-08-26 | 1 | -1/+1 |
| | | | | Fixes CVE-2008-3746. | ||||
* | 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 | 2 | -0/+63 |