r1972 - in trunk

dslinux_gpf at dslinux.in-berlin.de dslinux_gpf at dslinux.in-berlin.de
Mon Oct 8 18:11:02 CEST 2007


Author: gpf
Date: 2007-10-08 18:10:55 +0200 (Mon, 08 Oct 2007)
New Revision: 1972

Log:
dlditool for DSLinux, Patch contributed by Ewan Meadows

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2007-10-08 04:02:57 UTC (rev 1971)
+++ trunk/config/Configure.help	2007-10-08 16:10:55 UTC (rev 1972)
@@ -3385,6 +3385,10 @@
 CONFIG_USER_DHRYSTONE_DHRYSTONE
   The dhrystone CPU benchmark program.
 
+CONFIG_USER_DLDITOOL_DLDITOOL
+  Tool to patch DS Homebrew to use
+  the DLDI interface
+
 CONFIG_USER_WIRELESS_TOOLS
   Enable building of the Wireless tools.
   

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-10-08 04:02:57 UTC (rev 1971)
+++ trunk/config/config.in	2007-10-08 16:10:55 UTC (rev 1972)
@@ -775,6 +775,7 @@
 bool '   British'		CONFIG_USER_DICTIONARY_BRITISH
 fi
 bool 'de2ts-cal'		CONFIG_USER_DE2TSCAL_DE2TSCAL
+bool 'dlditool'			CONFIG_USER_DLDITOOL_DLDITOOL
 bool 'expat-examples'		CONFIG_USER_EXPAT_EXAMPLES
 if [ "$CONFIG_USER_EXPAT_EXAMPLES" = "y" ]; then
 	define_bool CONFIG_LIB_EXPAT y

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2007-10-08 04:02:57 UTC (rev 1971)
+++ trunk/user/Makefile	2007-10-08 16:10:55 UTC (rev 1972)
@@ -76,6 +76,7 @@
 dir_$(CONFIG_USER_CRYPTO_TOOLS_CRYPTOKEYTEST)  += crypto-tools
 dir_$(CONFIG_USER_CXXTEST_CXXTEST)          += cxxtest
 dir_$(CONFIG_USER_DDNS3_CLIENT_DDNS3)        += ddns3-client
+dir_$(CONFIG_USER_DLDITOOL_DLDITOOL)        += dlditool
 dir_$(CONFIG_USER_DE2TSCAL_DE2TSCAL)        += de2ts-cal
 dir_$(CONFIG_USER_DEMO_BUTTON)              += demo
 dir_$(CONFIG_USER_DEMO_MORSE)               += demo

Copied: trunk/user/dlditool (from rev 1971, tags/dlditool/dlditool-1.24)

Deleted: trunk/user/dlditool/Makefile

Added: trunk/user/dlditool/Makefile

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2007-10-08 04:02:57 UTC (rev 1971)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2007-10-08 16:10:55 UTC (rev 1972)
@@ -310,6 +310,7 @@
 # CONFIG_USER_WGET is not set
 CONFIG_USER_WNC_WNC=y
 CONFIG_USER_DIALOG_DIALOG=y
+CONFIG_USER_DLDITOOL_DLDITOOL=y
 CONFIG_USER_BUSYBOX_EXPR=y
 # CONFIG_USER_ZEBRA_ZEBRA_ZEBRA is not set
 




More information about the dslinux-commit mailing list