From b7efbd3e21c9aa5c3229c783a2d815b4a60d6fa6 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 12 Feb 2024 21:10:52 +0000 Subject: [PATCH] update NEWS file --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index f478a705..a43c5374 100644 --- a/NEWS +++ b/NEWS @@ -31,5 +31,21 @@ Upstream changes that have led to incompatible Liminix changes are: * newer U-Boot version * util-linux can now be built (previously depended on systemd) +2024-01-30 + +New port! Thanks to Arnout Engelen , Liminix +now runs on the TP-Link Archer AX23 + +2024-02-12 + +* we now build wifi drivers (mac80211) from the same kernel source as +the running kernel, instead of using drivers from the linux-backports +project. + +* in general, we build kernel modules (e.g. for nftables) at the same +time as the kernel itself instead of expecting to be able to build +them afterwards as though they were "out of tree". Refer to commit +b9c0d93670275e69df24902b05bf4aa4f0fcbe96 for a fuller explanation +of how this simplifies things.