You need to open "Switch" page and remove the line with "Untagged" for "WAN" column. Then set "Untagged" for "WAN" in the line where all other LANs are "Untagged" (usually the first line).
The AR9341 chip has a separate CPU eth port for the WAN. So you have to do this with the software bridge in the kernel. Go to Interfaces edit LAN, physical servings tab, and select both eth0 (the WAN port on the back) and the already selected eth1.1 which is the switch and the 4 LAN ports.
Use the GUI System -- Software web page to install the text editor package "nano" on the router. Working internet connection is required.
Then ssh to the router as root.
Execute nano /etc/config/network
Edit the file contents on screen.
Use ctrl-X Y and enter to save and exit nano
Execute /etc/init.d/network restart to apply settings.
You're not connected to the Internet properly. When running as a LAN device you need to set your gateway and DNS in the LAN network settings. The gateway is the IP of the main router / DSL box. The DNS can also be set to that IP.
A configuration that has Internet access can be done with the GUI. Editing files will be much simpler with the nano editor. Though for a very basic change of a few lines, you don't have to learn too much about vi (which is pre-installed in the standard builds) to use it.
Another way to edit files is to SCP the file out of the router, edit it on the PC, then SCP it back.