There's your problem.
Create bridge device & assign your Fire
interface to it. Without that OpenWrt:
- has no L2 interface to assign
192.168.73.1
to - has no L2 bridge to attach
wlan0-1
to
You can easily create bridge device in LuCI. It should give you something like
config device
option name 'guest'
option type 'bridge'
then you need option device guest
in your Fire
interface.