r2070 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Wed Dec 12 17:48:10 CET 2007


Author: sonny_jim
Date: 2007-12-12 17:48:10 +0100 (Wed, 12 Dec 2007)
New Revision: 2070

Log:
Add ncftp to build system and enable in DLDI

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/config/Configure.help	2007-12-12 16:48:10 UTC (rev 2070)
@@ -3386,6 +3386,9 @@
 CONFIG_USER_STRACE_STRACE
   Trace system calls and signals.
 
+CONFIG_USER_NCFTP_NCFTP
+  ncftp is a curses based ftp client
+
 CONFIG_USER_NET_TOOLS_ARP
   Manipulate the system ARP cache.
 

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/config/config.in	2007-12-12 16:48:10 UTC (rev 2070)
@@ -502,6 +502,7 @@
 
 bool 'msntp'			CONFIG_USER_MSNTP_MSNTP
 bool 'nasl'			CONFIG_USER_NESSUS_NASL
+bool 'ncftp'			CONFIG_USER_NCFTP_NCFTP
 bool 'netcat'			CONFIG_USER_NETCAT_NETCAT
 bool 'netstat-nat'		CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT
 

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/user/Makefile	2007-12-12 16:48:10 UTC (rev 2070)
@@ -215,6 +215,7 @@
 dir_$(CONFIG_USER_MUSICBOX_MUSICBOX)        += musicbox
 dir_$(CONFIG_USER_MYSQL)                    += mysql
 dir_$(CONFIG_USER_NANO)                     += nano
+dir_$(CONFIG_USER_NCFTP_NCFTP)              += ncftp
 dir_$(CONFIG_USER_NESSUS_NASL)              += nessus
 dir_$(CONFIG_USER_NETCAT_NETCAT)            += netcat
 dir_$(CONFIG_USER_NETFLASH_NETFLASH)        += netflash

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 16:48:10 UTC (rev 2070)
@@ -272,6 +272,7 @@
 # CONFIG_USER_MINI_HTTPD_MINI_HTTPD is not set
 # CONFIG_USER_MSNTP_MSNTP is not set
 # CONFIG_USER_NESSUS_NASL is not set
+CONFIG_USER_NCFTP_NCFTP=y
 CONFIG_USER_NETCAT_NETCAT=y
 # CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT is not set
 # CONFIG_USER_NTPCLIENT_NTPCLIENT is not set

Modified: trunk/vendors/Nintendo/DSGBA/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 16:48:10 UTC (rev 2070)
@@ -261,6 +261,7 @@
 # CONFIG_USER_MINI_HTTPD_MINI_HTTPD is not set
 # CONFIG_USER_MSNTP_MSNTP is not set
 # CONFIG_USER_NESSUS_NASL is not set
+# CONFIG_USER_NCFTP_NCFTP is not set
 # CONFIG_USER_NETCAT_NETCAT is not set
 # CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT is not set
 # CONFIG_USER_NTPCLIENT_NTPCLIENT is not set

Modified: trunk/vendors/Nintendo/DSMEM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 16:48:10 UTC (rev 2070)
@@ -260,6 +260,7 @@
 # CONFIG_USER_MINI_HTTPD_MINI_HTTPD is not set
 # CONFIG_USER_MSNTP_MSNTP is not set
 # CONFIG_USER_NESSUS_NASL is not set
+# CONFIG_USER_NCFTP_NCFTP is not set
 # CONFIG_USER_NETCAT_NETCAT is not set
 # CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT is not set
 # CONFIG_USER_NTPCLIENT_NTPCLIENT is not set

Modified: trunk/vendors/Nintendo/GBAMP/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 16:48:10 UTC (rev 2070)
@@ -260,6 +260,7 @@
 # CONFIG_USER_MINI_HTTPD_MINI_HTTPD is not set
 # CONFIG_USER_MSNTP_MSNTP is not set
 # CONFIG_USER_NESSUS_NASL is not set
+# CONFIG_USER_NCFTP_NCFTP is not set
 # CONFIG_USER_NETCAT_NETCAT is not set
 # CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT is not set
 # CONFIG_USER_NTPCLIENT_NTPCLIENT is not set

Modified: trunk/vendors/Nintendo/NDS/config.vendor
===================================================================
--- trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 16:42:25 UTC (rev 2069)
+++ trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 16:48:10 UTC (rev 2070)
@@ -260,6 +260,7 @@
 # CONFIG_USER_MINI_HTTPD_MINI_HTTPD is not set
 # CONFIG_USER_MSNTP_MSNTP is not set
 # CONFIG_USER_NESSUS_NASL is not set
+# CONFIG_USER_NCFTP_NCFTP is not set
 # CONFIG_USER_NETCAT_NETCAT is not set
 # CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT is not set
 # CONFIG_USER_NTPCLIENT_NTPCLIENT is not set



More information about the dslinux-commit mailing list