Added dependency for libredline, post-installation will add the needed entries in...
[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         select BR2_PACKAGE_LIBREADLINE
8         
9 config BR2_PACKAGE_ATFTP
10         prompt "atftp............................. TFTP client"
11         tristate
12         default m if CONFIG_DEVEL
13         select BR2_COMPILE_ATFTP
14         help
15           TFTP client
16
17 config BR2_PACKAGE_ATFTPD
18         prompt "atftpd............................ TFTP server"
19         tristate
20         default m if CONFIG_DEVEL
21         select BR2_COMPILE_ATFTP
22         help
23           TFTP server 
24
25 #endmenu