hacks for supporting the toshiba wrc-1000
authorFelix Fietkau <nbd@openwrt.org>
Tue, 17 Oct 2006 17:07:35 +0000 (17:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 17 Oct 2006 17:07:35 +0000 (17:07 +0000)
SVN-Revision: 5192

package/base-files/brcm-2.4/etc/init.d/netconfig
package/base-files/brcm-2.6/etc/init.d/netconfig

index ca52ee7c59c6c7ec14e8d11ad1d01dd89de7a922..a7cc322d877a90d4a8dc2cd03f806e815abbf6b1 100755 (executable)
@@ -41,6 +41,11 @@ start() {
                                c["wan_ifname"]=""
                        }
                }
+               if (nvram["boardtype"] == "bcm94710r4") {
+                       # Toshiba WRC-1000
+                       c["lan_ifname"] = "eth0"
+                       c["wan_ifname"] = "eth1"
+               }
                if (nvram["boardtype"] == "wgt634u") {
                        c["vlan0ports"] = "0 1 2 3 5*"
                        c["vlan1ports"] = "4 5"
index 7a818dc5ddf35bdc67fb3718db214172d3c1f680..a7cc322d877a90d4a8dc2cd03f806e815abbf6b1 100755 (executable)
@@ -2,11 +2,12 @@
 # Copyright (C) 2006 OpenWrt.org
 
 START=05
+
 start() {
        [ -e /etc/config/network ] && exit 0
-       
+
        mkdir -p /etc/config
-       
+
        (
                if grep -E 'mtd0: 000(6|a)0000' /proc/mtd 2>&- >&-; then
                        # WGT634u
@@ -40,6 +41,11 @@ start() {
                                c["wan_ifname"]=""
                        }
                }
+               if (nvram["boardtype"] == "bcm94710r4") {
+                       # Toshiba WRC-1000
+                       c["lan_ifname"] = "eth0"
+                       c["wan_ifname"] = "eth1"
+               }
                if (nvram["boardtype"] == "wgt634u") {
                        c["vlan0ports"] = "0 1 2 3 5*"
                        c["vlan1ports"] = "4 5"