[commit] r2275 - in trunk: config user

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sat Jul 19 23:07:14 CEST 2008


Author: dslinux_sonny_jim
Date: Sat Jul 19 23:07:14 2008
New Revision: 2275

Log:
Intergrating tmsnc into the build system

Modified:
   trunk/config/Configure.help
   trunk/config/config.in
   trunk/user/Makefile

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Sat Jul 19 23:07:14 2008
@@ -3943,6 +3943,9 @@
 
 CONFIG_USER_CPSCAN
   Simple console port scanner
+
+CONFIG_USER_TMSNC
+  Console based MSN client
 #
 # END of proprietary config help
 #

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Sat Jul 19 23:07:14 2008
@@ -641,6 +641,7 @@
 bool 'thttpd'			CONFIG_USER_THTTPD_THTTPD
 bool 'tinyirc'			CONFIG_USER_TINYIRC_TINYIRC
 bool 'tintin++'			CONFIG_USER_TINTIN_TINTIN
+bool 'tmsnc'			CONFIG_USER_TMSNC
 bool 'traceroute'		CONFIG_USER_TRACEROUTE_TRACEROUTE
 
 bool 'vconfig'			CONFIG_USER_VCONFIG_VCONFIG

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Sat Jul 19 23:07:14 2008
@@ -391,6 +391,7 @@
 dir_$(CONFIG_USER_TINYTCL_TCLSH)            += tinytcl
 dir_$(CONFIG_USER_TIP_TIP)                  += tip
 dir_$(CONFIG_USER_TIMEPEG_TPT)              += tpt
+dir_$(CONFIG_USER_TMSNC)              	    += tmsnc
 dir_$(CONFIG_USER_TRACEROUTE_TRACEROUTE)    += traceroute
 dir_$(CONFIG_USER_TRIPWIRE_SIGGEN)          += tripwire
 dir_$(CONFIG_USER_TRIPWIRE_TRIPWIRE)        += tripwire


More information about the dslinux-commit mailing list