From c15de3860cf87f9d820cec7d9fb54a8a57686e46 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Mon, 31 Mar 2008 08:04:56 +0000 Subject: Add support for the WL-500gP v2 SVN-Revision: 10693 --- target/linux/brcm-2.4/base-files/etc/init.d/netconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/brcm-2.4/base-files/etc/init.d/netconfig') 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 b207bd45a8..c8743539d8 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 @@ -61,6 +61,11 @@ start() { c["wan_ifname"] = "eth1" c["lan_ifname"] = "eth0" } + if (model == "ASUS WL-500g Premium V2") { + c["vlan0ports"] = "0 1 2 3 5*" + c["vlan1ports"] = "4 5" + } + if (model == "Dell TrueMobile 2300") { c["vlan0ports"] = "0 1 2 3 5*" c["vlan1ports"] = "4 5" -- cgit v1.2.3