@skitts24

Rough swconfig to DSA migration steps:

  1. Backup
  2. Edit /etc/config/network as follows:
  • drop all config switch* blocks and their contents
  • in config interface 'lan' change option ifname value to 'lan1 lan2 lan3 lan4'
  • in config interface 'wan' change option ifname value to 'wan'
  • add the following
config device 'wan_wan_dev'
	option name 'wan'
	option macaddr '[INSERT MAC]'
  1. Edit /etc/config/system as follows:
  • in config system add option compat_version '1.1'
  • in config led 'led_wan' change option dev to 'wan'
  1. Edit /etc/config/sqm as follows
  • in config queue 'eth1' change option interface to 'wan'
  1. sysupgrade with keep settings checked
  2. success?

Note: if it isn't right you will get locked out, and will have to factory reset via the button.

I haven't done it in a while, please anyone correct it if necessary.
I'll then write it up and add it to the site soon.

Alternative you can just sysupgrade with keep settings unchecked and start fresh.

5 Likes