source: freewrt/package/atftp/Config.in@ 418e6805

freewrt_1_0 freewrt_2_0
Last change on this file since 418e6805 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 442 bytes
Line 
1
2config FWRT_COMPILE_ATFTP
3 tristate
4 default n
5 depends FWRT_PACKAGE_ATFTP || FWRT_PACKAGE_ATFTPD
6 select FWRT_PACKAGE_LIBREADLINE
7
8config FWRT_PACKAGE_ATFTP
9 prompt "atftp............................. TFTP client"
10 tristate
11 default n
12 select FWRT_COMPILE_ATFTP
13 help
14 TFTP client
15
16config FWRT_PACKAGE_ATFTPD
17 prompt "atftpd............................ TFTP server"
18 tristate
19 default n
20 select FWRT_COMPILE_ATFTP
21 help
22 TFTP server
23
Note: See TracBrowser for help on using the repository browser.