openwrtv4/openwrt/package/atftp/Config.in
Mike Baker 2ee20939c6 change cp to $(CP)
SVN-Revision: 3112
2006-02-01 23:53:19 +00:00

24 lines
506 B
Text

#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