X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/28beee46f50ca1134d44f449edd39d77acfc45fb..652be0c3cf26fb7d19723bd016d70dfb9f8f1aa3:/openwrt/package/atftp/Config.in diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in index aad1bdae2..296faec84 100644 --- a/openwrt/package/atftp/Config.in +++ b/openwrt/package/atftp/Config.in @@ -1,11 +1,25 @@ +#menu "atftp............................. TFTP implementation" + +config BR2_COMPILE_ATFTP + tristate + default n + depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD + select BR2_PACKAGE_LIBREADLINE + 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