change cp to $(CP)
[openwrt.git] / package / atftp / Config.in
1 #menu "atftp............................. TFTP implementation"
2
3 config BR2_COMPILE_ATFTP
4 tristate
5 default n
6 depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
7
8 config BR2_PACKAGE_ATFTP
9 prompt "atftp............................. TFTP client"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_ATFTP
13 help
14 TFTP client
15
16 config BR2_PACKAGE_ATFTPD
17 prompt "atftpd............................ TFTP server"
18 tristate
19 default m if CONFIG_DEVEL
20 select BR2_COMPILE_ATFTP
21 help
22 TFTP server
23
24 #endmenu
This page took 0.047362 seconds and 5 git commands to generate.