2005-11-05 04:16:36 +02:00
|
|
|
#menu "atftp............................. TFTP implementation"
|
|
|
|
|
|
|
|
config BR2_COMPILE_ATFTP
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-11-05 04:16:36 +02:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
|
2006-02-02 12:07:28 +02:00
|
|
|
select BR2_PACKAGE_LIBREADLINE
|
2005-11-05 04:16:36 +02:00
|
|
|
|
2005-07-08 03:58:53 +03:00
|
|
|
config BR2_PACKAGE_ATFTP
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "atftp............................. TFTP client"
|
|
|
|
tristate
|
2005-07-08 03:58:53 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_ATFTP
|
2005-07-08 03:58:53 +03:00
|
|
|
help
|
2005-11-05 04:16:36 +02:00
|
|
|
TFTP client
|
2005-07-08 03:58:53 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_ATFTPD
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "atftpd............................ TFTP server"
|
|
|
|
tristate
|
2005-07-08 03:58:53 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_COMPILE_ATFTP
|
2005-07-08 03:58:53 +03:00
|
|
|
help
|
2005-11-05 04:16:36 +02:00
|
|
|
TFTP server
|
|
|
|
|
|
|
|
#endmenu
|