]> Git Repo - buildroot-mgba.git/blame - package/tftpd/Config.in
tftpd: disallow on nios with pre-6.x toolchains
[buildroot-mgba.git] / package / tftpd / Config.in
CommitLineData
cbe260d1
EA
1config BR2_PACKAGE_TFTPD
2 bool "tftpd"
877928af
PK
3 # linker issue with pre-6.x toolchains
4 depends on !(BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_6)
3ed56b83 5 depends on BR2_USE_MMU # fork()
1dbd7b99 6 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
cbe260d1
EA
7 help
8 HPA's Trivial File Transfer Protocol (tftp) server.
This page took 2.997394 seconds and 4 git commands to generate.