wifi ucode scripts
John Crispin
john at phrozen.org
Wed Dec 11 02:50:06 PST 2024
On 09.12.24 19:19, e9hack wrote:
>
> 3) vlan settings: vlan_no_bridge must be 0, if vlan_bridge isn't set
> and the bridge configuration comes from a vlan file
> It isn't possible to set vlan_no_bridge to 0.
are you sure about this ?
the old code looked like this
if [ -n "$vlan_bridge" ]; then
append bss_conf "vlan_bridge=$vlan_bridge" "$N"
else
set_default vlan_no_bridge 1
fi
the new code replicates that logic
John
More information about the openwrt-devel
mailing list