summaryrefslogtreecommitdiffstats
path: root/package/tftpd
Commit message (Collapse)AuthorAgeFilesLines
* 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