David Bauer
David Bauer
This is still unfinished and will most likely not render correctly in ReadTheDocs. But let's have a first cycle so we can push this through very soon. Contains changes up...
83b0e20711 ramips: fix RT-AC57U button level Signed-off-by: David Bauer
The TP-Link WDR4900 does not boot with a 22.03 based Gluon due to the the kernel exceeding the max bootable size. @NeoRaider is working on a SPI loader to allow...
This rewrites the MAC address generation logic to distinguish between MAC addresses assigned to a wireless interface or virtual / wired interfaces. Each radio is now assigned a range of...
This commit adds support for devices with the following properties (#1661): - Features two 5GHz radios - Each of the two radios only supports channel 36-64 or 100-144 This is...
Currently, when using a device with three radios, Gluon does not create client and mesh VAPs on the third radio. With the emerge of triband devices, Gluon should support the...
This is currently not yet tested on the repsective hardware, so RFC for now. ------ The documentation states the outdoor mode is only enabled in case outdoor_chanlist is defined in...
Upstream changed the way how default bridges are created with these two commits https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=43fc720657c6e3b30c6ed89d7227ee6e646c158b https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=f716c30241d5fd9d821560f58d0af0c3ffe78600 For Gluon, this is relevant, as LAN / WAN / Setup ports were read from...
### Bug report **What is the problem?** urngd is not compatible with every platform. The timer is to coarse to generate jitter entropy from it on some platforms. The kernel...
Currently if MLD snooping is activated in a network, the client is not receiving packets for it's solicited node address and therefor can't be reached by its global address. This...