[sdwalker/sdwalker.github.io] 8a3f8f: This week's update

2023-10-08 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master

[PATCH] build: explicitly specify Makefile generator

2023-10-08 Thread wolletd
From: Eicke Herbertz When CMAKE_GENERATOR environment variable is defined, CMake will use the specified generator by default instead of "Unix Makefiles". This breaks the build of packages setting PKG_USE_NINJA to 0, like package/kernel/mt76. Signed-off-by: Eicke Herbertz --- include/cmake.mk