mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
23ac8317a6
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>
11 lines
336 B
Plaintext
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
|