dslinux/vendors/Nintendo/common rc.defaults

stsp stsp at user.in-berlin.de
Tue Jul 4 01:38:46 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/common
In directory antilope:/tmp/cvs-serv6275

Modified Files:
	rc.defaults 
Log Message:
Modify network rc script to take advantage of wfcdump.
Patch by Tobias Gruetzmacher.


Index: rc.defaults
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/common/rc.defaults,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rc.defaults	3 Jul 2006 22:29:23 -0000	1.11
+++ rc.defaults	3 Jul 2006 23:38:44 -0000	1.12
@@ -42,6 +42,13 @@
 # and stop it by running:
 #	/etc/rc.d/network stop
 
+# DSLinux can use network settings from your Nintendo WiFi
+# Connection profiles. If you want to use this feature,
+# enter the number of the profile you want to use here (use 1, 2
+# or 3). If you don't want to use these settings, leave this
+# empty and configure your network below.
+wfc_config=""
+
 # Set the essid of your wireless router here.
 # Example flags are:
 # 	essid="eXampLeEsSiD"
@@ -62,15 +69,12 @@
 # If you do not want to use WEP, just leave this flag empty.
 wepkey=""
 
-# Set use_dhcp to "YES" if you want to use DHCP to configure
-# your IP address and gateway address.
-use_dhcp="NO"
-
-# You can assign a static IP and gateway instead of using DHCP.
+# You can assign a static IP and gateway. If you leave IP
+# empty, automatic configuration via DHCP is used instead.
+#
 # For example:
 #	ip="192.168.1.42"
 #	gateway="192.168.1.1"
-# Note that these are ignored if use_dhcp is set to "YES".
 ip=""
 gateway=""
 




More information about the dslinux-commit mailing list