From 346b56b086916db47db5418f73f5114ccb8e8b68 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 17 Oct 2006 17:07:35 +0000 Subject: hacks for supporting the toshiba wrc-1000 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5192 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/brcm-2.4/etc/init.d/netconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/base-files/brcm-2.4/etc/init.d/netconfig') diff --git a/package/base-files/brcm-2.4/etc/init.d/netconfig b/package/base-files/brcm-2.4/etc/init.d/netconfig index ca52ee7c5..a7cc322d8 100755 --- a/package/base-files/brcm-2.4/etc/init.d/netconfig +++ b/package/base-files/brcm-2.4/etc/init.d/netconfig @@ -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" -- cgit v1.2.3