1*4882a593Smuzhiyunconfig BR2_PACKAGE_TFTPD 2*4882a593Smuzhiyun bool "tftpd" 3*4882a593Smuzhiyun # linker issue with pre-6.x toolchains 4*4882a593Smuzhiyun depends on !(BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_6) 5*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 6*4882a593Smuzhiyun depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun HPA's Trivial File Transfer Protocol (tftp) server. 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git 11