Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -0/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - bump version | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -6/+16 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -2/+2 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | fixed strip command to use target not host arch per case 0000481 | David Anders | 2006-01-24 | 1 | -1/+2 |
| | |||||
* | patch from 'steelman' | Eric Andersen | 2005-09-14 | 1 | -2/+2 |
| | |||||
* | Add support for the openntpd package to buildroot. OpenNTPD is a free, easy to | Eric Andersen | 2005-05-16 | 2 | -0/+71 |
use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. http://bugs.uclibc.org/view.php?id=257 |