freewrt_1_0
freewrt_2_0
|
Last change
on this file since 6fc4520e was c8b93bd, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
|
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent
git-svn-id: svn://www.freewrt.org/trunk/freewrt@600 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
514 bytes
|
| 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 repository browser.