blob: 11e1c02b24ed24448c79b904f645e5b0a83dfa71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#menu "atftp............................. TFTP implementation"
config ADK_COMPILE_ATFTP
tristate
default n
depends ADK_PACKAGE_ATFTP || ADK_PACKAGE_ATFTPD
select ADK_PACKAGE_LIBREADLINE
config ADK_PACKAGE_ATFTP
prompt "atftp............................. TFTP client"
tristate
default n
select ADK_COMPILE_ATFTP
help
TFTP client
config ADK_PACKAGE_ATFTPD
prompt "atftpd............................ TFTP server"
tristate
default n
select ADK_COMPILE_ATFTP
help
TFTP server
#endmenu
|