openwrtv3/openwrt/package/atftp/Config.in
2005-11-05 02:16:36 +00:00

24 lines
502 B
Text

#menu "atftp............................. TFTP implementation"
config BR2_COMPILE_ATFTP
bool
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