All 3 lan interfaces are using conflicting IPs. You need to use proper IPs/masks.
lan 192.168.0.1/23
lan02 192.168.2.1/23
lan03 192.168.4.1/23
Also the route is wrong.
config route
option interface 'wan02'
option target '0.0.0.0'
option netmask '0.0.0.0'
option gateway 'x.x.x.x'
option table '101'