config 'wifi-device' 'wlan0'
option 'type' 'mac80211'
option 'disabled' '0'
option 'channel' '9'
config 'wifi-iface'
option 'device' 'wlan0'
option 'network' 'lan'
option 'mode' 'ap'
option 'ssid' 'Home'
option 'encryption' 'psk2'
option 'key' 'ThUXUQA6Uv7KubewreXecRaCRA'
Trying to get wifi setup, but I don't currently have a device to test it. One thing I did notice was that 'type' was mac80211. According to OpenWrtDocs/Hardware/Linksys/WRT54GL the wireless is "Broadcom BCM43xx 802.11b/g (integrated)".
Should I manually change type to "broadcom"?