summaryrefslogtreecommitdiffstats
path: root/package/openntpd
Commit message (Collapse)AuthorAgeFilesLines
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* openntpd cleanupUlf Samuelsson2007-08-191-6/+10
|
* Replace space by tabsUlf Samuelsson2007-07-281-3/+3
|
* Avoid rebuild of openntpdUlf Samuelsson2007-07-161-3/+4
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-0/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - bump versionBernhard Reutner-Fischer2007-06-261-6/+16
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 0000481David Anders2006-01-241-1/+2
|
* patch from 'steelman'Eric Andersen2005-09-141-2/+2
|
* Add support for the openntpd package to buildroot. OpenNTPD is a free, easy toEric Andersen2005-05-162-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