X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/28beee46f50ca1134d44f449edd39d77acfc45fb..7ed55d66c9be5c15bf74497e76b3cc473b303960:/openwrt/package/atftp/Config.in?ds=sidebyside diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in index aad1bdae2..32ab9512a 100644 --- a/openwrt/package/atftp/Config.in +++ b/openwrt/package/atftp/Config.in @@ -1,11 +1,24 @@ +#menu "atftp............................. TFTP implementation" + +config BR2_COMPILE_ATFTP + tristate + default n + depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD + config BR2_PACKAGE_ATFTP - tristate "atftp - a tftp client" + prompt "atftp............................. TFTP client" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_ATFTP help - tftp client + TFTP client config BR2_PACKAGE_ATFTPD - tristate "atftpd - a tftp server" + prompt "atftpd............................ TFTP server" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_ATFTP help - tftp server + TFTP server + +#endmenu