Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |