projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Corrected missing dependency
[openwrt.git]
/
package
/
atftp
/
Config.in
diff --git
a/package/atftp/Config.in
b/package/atftp/Config.in
index
aad1bda
..
32ab951
100644
(file)
--- a/
package/atftp/Config.in
+++ b/
package/atftp/Config.in
@@
-1,11
+1,24
@@
+#menu "atftp............................. TFTP implementation"
+
+config BR2_COMPILE_ATFTP
+ tristate
+ default n
+ depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
+
config BR2_PACKAGE_ATFTP
config BR2_PACKAGE_ATFTP
- tristate "atftp - a tftp client"
+ prompt "atftp............................. TFTP client"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_ATFTP
help
help
-
tftp
client
+
TFTP
client
config BR2_PACKAGE_ATFTPD
config BR2_PACKAGE_ATFTPD
- tristate "atftpd - a tftp server"
+ prompt "atftpd............................ TFTP server"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_ATFTP
help
help
- tftp server
+ TFTP server
+
+#endmenu
This page took
0.026001 seconds
and
4
git commands to generate.