I think your ifname(s) nvram settings are the cause. Firstly, I don't think the eapd code is looking at lan26 and lan27, it is way to high. Also, you did not update lan_ifnames with the interfaces you removed.
Try changing this -
to this -
Try changing this -
Code:
nvram set lan26_ifnames="vlan26 wl0.1 wl1.1"
nvram set lan26_ifname="br1"
nvram set lan27_ifnames="vlan27 wl0.2 wl1.2"
nvram set lan27_ifname="br2"
to this -
Code:
nvram set lan_ifnames="vlan1 eth1 eth2"
nvram set lan_ifname="br0"
nvram set lan1_ifnames="vlan26 wl0.1 wl1.1"
nvram set lan1_ifname="br1"
nvram set lan2_ifnames="vlan27 wl0.2 wl1.2"
nvram set lan2_ifname="br2"