summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-10-24 21:49:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-10-24 21:49:32 +0000
commit18452a753b7e859ebc90835975c88fa27153c0ad (patch)
tree1d148ae53b9ac82c9ae97bc053488e1baf96716f /target
parent68a01c0180902444cfc7bde8fe3a161c4c826041 (diff)
downloadmaster-31e0f0ae-18452a753b7e859ebc90835975c88fa27153c0ad.tar.gz
master-31e0f0ae-18452a753b7e859ebc90835975c88fa27153c0ad.tar.bz2
master-31e0f0ae-18452a753b7e859ebc90835975c88fa27153c0ad.zip
ramips: fix switch-port assignment for HW550-3G
WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28570
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
index c1820d6f3e..5a3114a051 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
@@ -127,7 +127,7 @@ static void __init hw550_3g_init(void)
rt305x_gpio_init(HW550_3G_GPIO_MODE);
rt305x_register_flash(0, &hw550_3g_flash_data);
- rt305x_esw_data.vlan_config = RT305X_ESW_VLAN_CONFIG_LLLLW;
+ rt305x_esw_data.vlan_config = RT305X_ESW_VLAN_CONFIG_WLLLL;
rt305x_register_ethernet();
ramips_register_gpio_leds(-1, ARRAY_SIZE(hw550_3g_leds_gpio),
hw550_3g_leds_gpio);