diff options
Diffstat (limited to 'target/linux/brcm-2.4/base-files/etc/init.d/netconfig')
| -rwxr-xr-x | target/linux/brcm-2.4/base-files/etc/init.d/netconfig | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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 d63f17b12..d1e45e5bb 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 @@ -207,6 +207,12 @@ start() {  			c["vlan0ports"] = "0 1 2 3 4 5u"  			c["vlan1ports"] = ""  		} +		if (model == "OvisLink WL-1600GL") { +			c["lan_ifname"] = "eth0.0" +			c["wan_ifname"] = "eth0.1" +			c["vlan0ports"] = "0 1 2 3 5*" +			c["vlan1ports"] = "4 5" +		}  		if (c["vlan0ports"] || c["vlan1ports"]) {  			print "#### VLAN configuration " | 
