diff --git a/bsp/wr841nd7/root_file_system/etc/config/network b/bsp/wr841nd7/root_file_system/etc/config/network index 4620642..e46a95b 100644 --- a/bsp/wr841nd7/root_file_system/etc/config/network +++ b/bsp/wr841nd7/root_file_system/etc/config/network @@ -33,20 +33,20 @@ config 'switch' option 'reset' '1' option 'enable_vlan' '1' -#3. und 4. LAN Port +#1. und 2. LAN Port config 'switch_vlan' option 'device' 'eth0' option 'vlan' '1' - option 'ports' '1 4 0t' + option 'ports' '1 2 0t' -#1. LAN Port +#3. LAN Port config 'switch_vlan' option 'device' 'eth0' option 'vlan' '3' - option 'ports' '2 0t' + option 'ports' '3 0t' -#2. LAN Port +#4. LAN Port config 'switch_vlan' option 'device' 'eth0' option 'vlan' '4' - option 'ports' '3 0t' + option 'ports' '4 0t'