aboutsummaryrefslogtreecommitdiff
path: root/net/atftp
Commit message (Collapse)AuthorAge
* atftp: Update to 0.7.2Rosen Penev2019-08-27
| | | | | | | | | | | | | Fixes issue where CFLAGS were not being passed. This was breaking ASLR builds. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_INSTALL. Changed install paths based on PKG_INSTALL paths. Added --disable-debug to make sure debug code is disabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* net/atftp: update source URL and checksumPaul Wassi2017-04-01
| | | | | | | Update package source to use '@SF' (SourceForge) instead of URL Replace md5sum by new hash Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* atftp: Fix "undefined reference" linker errors.Daniel Danzberger2015-12-11
| | | | | | These errors were caused by using "inline" functions in a non-static context. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* atftp: fix invalid read in tftp_send_request.Daniel Danzberger2015-11-04
| | | | | | | This invalid read of 1 byte caused a segfault on some arm platforms. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* atftp: add new packageDaniel Danzberger2015-09-09
TODO: - add init script for atftpd - merge '120-retry-option.patch' from old atftp packages. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>