summaryrefslogtreecommitdiffstats
path: root/package/tftpd
Commit message (Collapse)AuthorAgeFilesLines
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Fix install of scripts."Steven J. Hill"2007-06-161-1/+1
|
* Rename all INIT scripts to have the numerical prefixes to easily see the ↵"Steven J. Hill"2007-05-092-1/+1
| | | | start-up order.
* Install the default script only if one was not found from the platform."Steven J. Hill"2007-05-071-3/+5
|
* yet more LDFLAGS handling fixupsEric Andersen2007-03-141-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-0/+1
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* Update packages to provide properly working initialization scripts. These ↵"Steven J. Hill"2007-01-142-33/+15
| | | | have been tested with embedded PowerPC systems.
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* Minor updatesEric Andersen2005-07-271-0/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* Don't mess with /etc/default for now.Eric Andersen2005-04-211-1/+0
|
* Update init scripts a bit. Don't mess with /etc/default for now.Eric Andersen2005-04-212-11/+14
|
* HPA's Trivial File Transfer Protocol (tftp) server.Eric Andersen2005-02-164-0/+180