From 512e6b6d8817f22a9d38ddce00e8edd3b296161d Mon Sep 17 00:00:00 2001 From: Sean Khan Date: Fri, 28 Feb 2025 17:05:53 -0500 Subject: [PATCH] docs: update notes to show MX4300 being fully merged Mark the `24.10-nss-mx4300` branch as deprecated since MX4300 support has been backported upstream. Signed-off-by: Sean Khan --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99d1358bfb..edd66618ed 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ | Branch | mac80211 Version | Notes | |-----------------------------------------------------------------------------------------|------------------|----------------------------------------------------------------------| | [main-nss](https://github.com/qosmio/openwrt-ipq/tree/main-nss) |6.12.6|Current with upstream `main` (unstable)| -| [24.10-nss](https://github.com/qosmio/openwrt-ipq/tree/24.10-nss) |6.11.2|Current with upstream `openwrt-24.10` (next stable release)| -| [24.10-nss-mx4300](https://github.com/qosmio/openwrt-ipq/tree/24.10-nss-mx4300) |6.11.2|Current with upstream `openwrt-24.10` [supports Linksys MX4300](https://github.com/openwrt/openwrt/pull/16070)| +| [24.10-nss](https://github.com/qosmio/openwrt-ipq/tree/24.10-nss) |6.12.6|Current with upstream `openwrt-24.10` (next stable release)| +| ~~[24.10-nss-mx4300](https://github.com/qosmio/openwrt-ipq/tree/24.10-nss-mx4300)~~ |~~6.12.6~~|~~Current with upstream `openwrt-24.10` [supports Linksys MX4300](https://github.com/openwrt/openwrt/pull/16070)~~ MX4300 is merged upstream in both main and openwrt-24.10| UPDATE: As of [2024-12-31 support for MX4300 has been merged](https://github.com/openwrt/openwrt/pull/16070) upstream in `main` branch and `main-nss-mx4300` is no longer needed. +UPDATE 2: As of [2025-02-16 support for MX4300 has been merged](https://github.com/openwrt/openwrt/pull/17889) upstream in `openwrt-24.10` branch and `24.10-nss-mx4300` is no longer needed. + ## Table of Contents - [Overview](#overview) - [What's NSS?](#whats-nss)