Got 24.10 working on my EA8500 without the radios. Turned on the 2g (radio 0) and the router stopped routing traffic to the internet, turn radio 1 off and routing starts up again.
I then tried the 5g (radio 1) and it came up and no routing problems. If I turn on radio 0 routing stops. So it seems the problem is in radio 0.
Below are the config files:
root@router-8500:/etc/config# cat wireless
`` `inline-text` ``
config wifi-device 'radio0'
option type 'mac80211'
option path 'soc/1b500000.pci/pci0000:00/0000:00:00.0/0000:01:00.0'
option band '2g'
option channel '11'
option htmode 'HT40'
option cell_density '0'
option country 'US'
option disabled '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'aabbcc852'
option encryption 'psk2'
option key 'xxxxxxxxxxxxx'
option ieee80211w '1'
option ocv '0'
option disabled '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'soc/1b700000.pci/pci0001:00/0001:00:00.0/0001:01:00.0'
option band '5g'
option channel '36'
option htmode 'VHT80'
option cell_density '0'
option country 'US'
option disabled '1'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'aabbcc855'
option encryption 'psk2'
option key 'xxxxxxxxxxxxxx'
option disabled '1'
Any ideas would be appreciated.