From 8d0837caa22ef76b3b8653602197b3f9d80ba235 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 15 Jun 2008 11:09:49 +0000 Subject: [PATCH] (2/6) bcm57xx: netconfig Update the netconfig script to support boardtype 0x478. I've tested this on the wrt350n, hopefully it will match the 600n as well. Signed-off-by: Ben Pfountz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11467 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm-2.4/base-files/etc/init.d/netconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig index 65ffe320d..ec25543ee 100755 --- a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig +++ b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig @@ -102,6 +102,11 @@ start() { } } } + if (nvram["boardtype"] == "0x478") { + # generic broadcom 4785 processor with 5397 switch? + c["vlan0ports"] = "1 2 3 4 8*" + c["vlan1ports"] = "0 8" + } # WAP54G if ((nvram["boardnum"] == "2") || \ -- 2.35.1