blob: 8d48e20949db4c1102c589e2d23045a0dcf8ff8c (
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 on 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
|