1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 04:54:15 +03:00
openwrt-xburst/package/atftp/Config.in

25 lines
506 B
Plaintext
Raw Normal View History

#menu "atftp............................. TFTP implementation"
config BR2_COMPILE_ATFTP
tristate
default n
depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
config BR2_PACKAGE_ATFTP
prompt "atftp............................. TFTP client"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_ATFTP
help
TFTP client
config BR2_PACKAGE_ATFTPD
prompt "atftpd............................ TFTP server"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_ATFTP
help
TFTP server
#endmenu