Christian Marangi
Christian Marangi
It might be needed to disable bsd inclusion and fallback to the compat functions even if bsd headers are detected. This is the case when multiple library are cross-compiled and...
Commit b381ef3f6b6c ("autotools: indicate if PCRE or PCRE2 is being used") fixed a case where both pcre and pcre2 library are detected and put a preference on using pcre2. Although...
Add and enable kernel 6.6 as a testing kernel version.
Add and enable kernel 6.6 as a testing kernel version. Signed-off-by: Christian Marangi
There is a long lasting problem when remote send a reboot_probe request but openwrt software probe have this not declared. Not defining a real reboot_probe is intentional since we don't...
Update packages to use new toolchain define and drop usage of TOOLCHAIN_DIR. --- This depends on https://github.com/openwrt/openwrt/pull/13738 that needs to be merged first.
Commit https://github.com/openwrt/packages/commit/19ec30255f1379cb2d25f7ace22523039cc8aa67 ("freeradius3: switch to pcre2") was entirely wrong. Freeradius3 have support for PCRE2 from release 4.0.0 alpha and won't be backport to 3.x. The CI test were successful just...
Split dhcp status in separate dhcp and dhcpv6 includes to tidy code up and better organize them instead of defining multiple table and define an empty title for the include...
Dnsmasq DHCPv6 use colons in the generated duid present in the lease file. Strip the colon as this is not supported by the OpenWrt config and follow the same way...
Add support for show/hide index cards. Card's state is saved using the browser localstorage and is restored on page reload/relogin. Rework the pool function to check and skip loading of...