remove atftp dependency on /etc/services, add dependency on libncurses (#384)
[openwrt.git] / package / atftp / Config.in
index aad1bdae2d8be73c9260479bf673874338455d42..296faec8427db8ff0d72e8434c80677bf769ffb3 100644 (file)
@@ -1,11 +1,25 @@
+#menu "atftp............................. TFTP implementation"
+
+config BR2_COMPILE_ATFTP
+       tristate
+       default n
+       depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
+       select BR2_PACKAGE_LIBREADLINE
+       
 config BR2_PACKAGE_ATFTP
-       tristate "atftp - a tftp client"
+       prompt "atftp............................. TFTP client"
+       tristate
        default m if CONFIG_DEVEL
+       select BR2_COMPILE_ATFTP
        help
-       tftp client
+         TFTP client
 
 config BR2_PACKAGE_ATFTPD
-       tristate "atftpd - a tftp server"
+       prompt "atftpd............................ TFTP server"
+       tristate
        default m if CONFIG_DEVEL
+       select BR2_COMPILE_ATFTP
        help
-       tftp server 
+         TFTP server 
+
+#endmenu