summaryrefslogtreecommitdiffstats
path: root/package/atftp/Config.in
blob: 32ab9512a38c8697f33a9d1dded00fc5d64a783c (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
#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