Changes in this release:
- 0ae27f0 Update buildroot submodule to latest commit Update buildroot submodule from b401a61f35 to 9310efa300 (6 new commits): - thingino: revert libwebsockets to 4.3.5 - thingino: patch uboot to use uenv.txt per device - thingino: make /usr/lib/ staging directory - thingino: add path to SSL CA for curl - thingino: export variable for reuse - thingino: use relative symlinks This brings the latest Thingino-specific buildroot improvements and fixes from the themactep/thingino-buildroot repository.
- 715ad02 tailscale: bump version, drop deprecated INSTALL_BINS variable
- 684f085 buildroot: remove patches and makefile targets for patching
- ba5a473 Switch buildroot submodule to Thingino-specific fork Change buildroot submodule URL from upstream buildroot repository to https://github.com/themactep/thingino-buildroot which contains Thingino-specific patches and modifications. - Update .gitmodules to point to themactep/thingino-buildroot - Update submodule to latest commit b401a61f35 from new repository - This includes 9 commits with various buildroot improvements and fixes - All previous local modifications are preserved in the new repository The Thingino-specific fork allows better maintenance of buildroot customizations needed for Thingino firmware builds.
- 040bdff libwebsockets: revert buildroot package to lws 4.3.5
- c910dc4 websockets: move patches to a particular version subdirectory
- 78f0504 webui: update path to prudynt ws token
- 8664110 live555: switch to our own fork
- c72522b Fix libwebsockets compilation errors for musl libc Add four patches to resolve IPv6 header conflicts and missing IFA_FLAGS definition when building libwebsockets 4.4.1 with musl libc: - 0001-fix-ipv6-conflicts-musl-core-header.patch: Set UAPI guards in core private header - 0002-fix-ipv6-conflicts-musl-private-header.patch: Set UAPI guards in platform private header - 0003-fix-ipv6-conflicts-musl-unix-sockets.patch: Prevent linux/ipv6.h inclusion with musl - 0004-fix-ifa-flags-missing-older-headers.patch: Add fallback definition for IFA_FLAGS These patches resolve compilation errors while preserving full IPv6 functionality. The library now builds successfully with musl libc and maintains compatibility with both IPv4 and IPv6 networking features. Fixes: IPv6 structure redefinition conflicts Fixes: IFA_FLAGS undeclared identifier error
- 1b4b11a makefile: exclude update-buildroot-patches from mandatory board selection
- ac95e29 makefile: refactor buildroot submodule management
- 45163ae buildroot: update submodule to latest upstream Updated buildroot submodule to commit 0af159ae2b (2025-09-08) This update removes all local patches. Use 'make update' to reapply patches if needed.