root/trunk/freewrt/package/atftp/Config.in

Revision 600, 0.5 kB (checked in by wbx, 2 years ago)

major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

Line 
1 #menu "atftp............................. TFTP implementation"
2
3 config FWRT_COMPILE_ATFTP
4         tristate
5         default n
6         depends FWRT_PACKAGE_ATFTP || FWRT_PACKAGE_ATFTPD
7         select FWRT_PACKAGE_LIBREADLINE
8        
9 config FWRT_PACKAGE_ATFTP
10         prompt "atftp............................. TFTP client"
11         tristate
12         default n
13         select FWRT_COMPILE_ATFTP
14         help
15           TFTP client
16
17 config FWRT_PACKAGE_ATFTPD
18         prompt "atftpd............................ TFTP server"
19         tristate
20         default n
21         select FWRT_COMPILE_ATFTP
22         help
23           TFTP server
24
25 #endmenu
Note: See TracBrowser for help on using the browser.