buildroot/package/tftpd/Config.in
Mark Corbin 23ac8317a6 package/tftpd: add an upstream URL to Config.in
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
[yann.morin.1998@free.fr:
  - use the git tree instead of the 8-year old freshmeat webpage
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2019-12-18 22:06:01 +01:00

11 lines
336 B
Plaintext

config BR2_PACKAGE_TFTPD
bool "tftpd"
# linker issue with pre-6.x toolchains
depends on !(BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_6)
depends on BR2_USE_MMU # fork()
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
HPA's Trivial File Transfer Protocol (tftp) server.
https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git