summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-09-15 09:28:28 +0000
committerJohn Crispin <john@openwrt.org>2012-09-15 09:28:28 +0000
commit223db723853089ee2a5793401bac7b0613ee4eb9 (patch)
treee36bc8f9efaa93d0f1ac4cd935fb48ccf9f23841 /target/linux/ramips/files
parentbf355f8ee948e2a0da5807fb754000da4b2cd814 (diff)
downloadmaster-31e0f0ae-223db723853089ee2a5793401bac7b0613ee4eb9.tar.gz
master-31e0f0ae-223db723853089ee2a5793401bac7b0613ee4eb9.tar.bz2
master-31e0f0ae-223db723853089ee2a5793401bac7b0613ee4eb9.zip
D-Link DAP-1350; Avoid bricking esw config
This is a patch to connect eth0.1 (lan) to the only ethernet connector available. D-Link DAP-1350 goes bricked with AA 12.09-beta. This is because the current esw configuration for the board connects eth0.2 (wan) to the *ONE and ONLY* ethernet connector available, preventing initial access to the board through 192.168.1.1 on eth0.1 after flashing, effectively bricking the board. There are things that should be done to make this board really useful, but for AA 12.09, this one liner is indispensable. Signed of by Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 33411
Diffstat (limited to 'target/linux/ramips/files')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dap-1350.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dap-1350.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dap-1350.c
index cd5d6ae53e..42d3ebe7b5 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dap-1350.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dap-1350.c
@@ -79,7 +79,7 @@ static void __init dap_1350_init(void)
rt305x_register_flash(0);
- rt305x_esw_data.vlan_config = RT305X_ESW_VLAN_CONFIG_WLLLL;
+ rt305x_esw_data.vlan_config = RT305X_ESW_VLAN_CONFIG_LLLLW;
rt305x_register_ethernet();
ramips_register_gpio_leds(-1, ARRAY_SIZE(dap_1350_leds_gpio),
dap_1350_leds_gpio);