mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
wifi-scripts: ucode: fix hostapd_bss_options
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
The raw option inside 'config wifi-iface' is called hostapd_bss_options, not hostapd_options. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20657 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
38753dea64
commit
ed3f84e091
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ export function generate(interface, data, config, vlans, stas, phy_features) {
|
|||
}
|
||||
|
||||
/* raw options */
|
||||
for (let raw in config.hostapd_options)
|
||||
for (let raw in config.hostapd_bss_options)
|
||||
append_raw(raw);
|
||||
|
||||
if (config.mlo) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue