forked from freifunk-gluon/gluon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v2023.2.1' into v2023.2.x-hwtest
Gluon v2023.2.1
- Loading branch information
Showing
26 changed files
with
137 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ Release Notes | |
:caption: Gluon 2023.2 | ||
:maxdepth: 2 | ||
|
||
v2023.2.1 | ||
v2023.2 | ||
|
||
.. toctree:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
Gluon 2023.2.1 | ||
============== | ||
|
||
Added hardware support | ||
---------------------- | ||
|
||
ath79-generic | ||
~~~~~~~~~~~~~ | ||
|
||
- Ubiquiti | ||
|
||
- UniFi Swiss Army Knife Ultra | ||
|
||
|
||
ramips-mt7621 | ||
~~~~~~~~~~~~~ | ||
|
||
- D-Link | ||
|
||
- COVR-X1860 (A1) | ||
|
||
|
||
Minor changes | ||
------------- | ||
|
||
* Nodes using a fastd VPN connection now report the negotiated method on the status page | ||
(`#2465 <https://github.com/freifunk-gluon/gluon/issues/2465>`_) | ||
|
||
|
||
Bugfixes | ||
-------- | ||
|
||
* Fixed hostapd being unable to start an AP when selecting channel 116/120 with HT40 | ||
(`#3165 <https://github.com/freifunk-gluon/gluon/issues/3165>`_) | ||
|
||
* Fixed occasional reboot issues on some TP-Link WDR3600 and WDR4300 devices | ||
(`Upstream <https://github.com/openwrt/openwrt/issues/13043>`_) | ||
(`#2904 <https://github.com/freifunk-gluon/gluon/issues/2904>`_) | ||
|
||
|
||
|
||
Known issues | ||
------------ | ||
|
||
* Unstable wireless with certain MediaTek devices (`#3154 <https://github.com/freifunk-gluon/gluon/issues/3154>`_) | ||
|
||
* The integration of the BATMAN_V routing algorithm is incomplete. | ||
|
||
- Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_) | ||
Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput | ||
metric. | ||
- Throughput values are not correctly acquired for different interface types. | ||
(`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_) | ||
This affects virtual interface types like bridges and VXLAN. | ||
|
||
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown | ||
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_) | ||
|
||
Reducing the TX power in the Advanced Settings is recommended. | ||
|
||
* In configurations without VXLAN, the MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled | ||
(`#496 <https://github.com/freifunk-gluon/gluon/issues/496>`_) | ||
|
||
This may lead to issues in environments where a fixed MAC address is expected (like VMware when promiscuous mode is disallowed). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
patches/openwrt/0007-mac80211-avoid-crashing-on-invalid-band-info.patch
This file was deleted.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
patches/openwrt/0007-mac80211-silence-warning-for-missing-rate-information.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From: David Bauer <[email protected]> | ||
Date: Thu, 18 Jan 2024 00:52:09 +0100 | ||
Subject: mac80211: silence warning for missing rate information | ||
|
||
Silence warnings for missing rate information. | ||
|
||
These warnings do not provide value. Instead, they might rotate more | ||
crucial information out of the kernel message ringbuffer. | ||
|
||
Link: https://github.com/freifunk-gluon/gluon/issues/3160 | ||
|
||
Signed-off-by: David Bauer <[email protected]> | ||
|
||
diff --git a/package/kernel/mac80211/patches/subsys/999-silence-missing-rate.patch b/package/kernel/mac80211/patches/subsys/999-silence-missing-rate.patch | ||
new file mode 100644 | ||
index 0000000000000000000000000000000000000000..a34455f78960ded59b60d3d9600823b39fc7b7a2 | ||
--- /dev/null | ||
+++ b/package/kernel/mac80211/patches/subsys/999-silence-missing-rate.patch | ||
@@ -0,0 +1,11 @@ | ||
+--- a/net/mac80211/mesh_hwmp.c | ||
++++ b/net/mac80211/mesh_hwmp.c | ||
+@@ -350,7 +350,7 @@ u32 airtime_link_metric_get(struct ieee8 | ||
+ return MAX_METRIC; | ||
+ | ||
+ rate = ewma_mesh_tx_rate_avg_read(&sta->mesh->tx_rate_avg); | ||
+- if (WARN_ON(!rate)) | ||
++ if (!rate) | ||
+ return MAX_METRIC; | ||
+ | ||
+ err = (fail_avg << ARITH_SHIFT) / 100; |
File renamed without changes.
31 changes: 0 additions & 31 deletions
31
patches/openwrt/0008-dropbear-increase-default-receive-window-size.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ Signed-off-by: Sven Eckelmann <[email protected]> | |
Forwarded: no | ||
|
||
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | ||
index 1bf4db6e5f0554bce5e93d024563becd10ec81ba..0438c14c119526bbd909ea23254482d5b4d43b9d 100644 | ||
index 6ff627b03813bb2de0cd1f465014cc74031106a3..fdd03142dbe655e5085241f5a781b807fbda3f5e 100644 | ||
--- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | ||
+++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | ||
@@ -1093,7 +1093,7 @@ drv_mac80211_setup() { | ||
@@ -1098,7 +1098,7 @@ drv_mac80211_setup() { | ||
|
||
set_default rxantenna 0xffffffff | ||
set_default txantenna 0xffffffff | ||
|
Oops, something went wrong.