hauke
December 3, 2024, 12:21am
1
We just released the OpenWrt 24.10.0-rc1 version. The feature highlights section is still a bit short. I do not have the full overview what are the biggest new feature, there is so much. What highlights which are implemented in the 24.10 version already and which were not available in 23.05 should we add to the release notes?
I will just extend the wiki page of the 24.10.0-rc1 release with good suggestions.
5 Likes
evs
December 3, 2024, 12:32am
2
qoriq no longer source only =)
1 Like
slh
December 3, 2024, 2:58am
3
ipq806 x migrated from swconfig to DSA.
1 Like
Suggest to add information about "special" upgrade for Xiaomi AX3200 based on commit or by reading wiki
It is also worth boasting that support for the Wifi 7 ("BE") standard has been added for devices that support it + added support for BPi-R4
ed8
December 3, 2024, 9:45pm
5
Some additional highlights which may be worth mentioning
almost complete lua to ucode rewrite for laying the groundwork towards modernizing LuCI
initial Wi-Fi 7 802.11be support
new uci-defaults features
refactored code for RTL838x and RTL93x switches
3 Likes
Lynx
December 3, 2024, 10:54pm
6
Some of your points here seem like they might be relevant for this topic:
Did this:
make it into 24.10?
ed8
December 4, 2024, 5:43am
7
Thanks for the hint - there are indeed two more items which made it into 24.10 worth mentioning in the highlights
Link Layer Discovery Protocol (LLDP)
Access Point Micro Peering (APUP)
hnyman
December 4, 2024, 6:22am
8
Improved support for WiFi6 (802.11ax) and initial support for WiFi7 (802.11be) ?
1 Like
hnyman
December 4, 2024, 6:28am
9
Minor thing, but slightly better formulated self-signed certificates for uhttpd (PR 15366), which increases browser compatibility (and hopefully decreases warnings)
1 Like
hauke
December 4, 2024, 10:16pm
10
Thank you for the suggestions.
I added:
Improved support for WiFi6 (802.11ax) and initial support for WiFi7 (802.11be)
The qoriq target for the NXP QorIQ (PowerPC) SoCs is build
The ipq806x target for Qualcomm Atheros IPQ806X SoCs was converted to DSA
I also added notes for ipq806 x, Xiaomi AX3200 to the upgrade instructions and updated the ones for the Linksys E8450
3 Likes
Added support for ubifs
at an early stage of booting.
33197d2 mediatek: filogic: asus-rt-ax59u: use NVMEM-on-UBI (+54,-10)
25c9ebc mediatek: filogic: asus-tuf-ax4200: use NVMEM-on-UBI (+52,-15)
1794309 mediatek: filogic: asus-tuf-ax6000: use NVMEM-on-UBI (+52,-16)
openwrt:main
← dangowrt:filogic-asus-nvmem-on-ubi
opened 03:31AM - 19 Feb 24 UTC
Some recent ASUS devices started storing their factory data inside a UBI volume.… Instead of extracting WiFi EEPROM data and MAC addresses in userspace, use the now available new way to reference the NVMEM bits in device tree.
Lacking the hardware no runtime testing has been done on my end, hence I rely on users to give feedback if the works as intended.
User tested and confirmed MAC addresses and WiFi EEPROM:
- [x] ASUS RT-AX59U
- [x] ASUS TUF-AX4200
- [ ] ASUS TUF-AX6000
It is probably worth warning users that before installing OpenWrt 24 they should make sure that they are not using a new bootloader.
Here's a clear example of when everything broke for the user:
I try to install openwrt. Initramfs started well, but when I tried to flash sysupgrade the router bricked. The power+LAN leds and the wireless leds flash in turns. I tried to reflash firmware with Firmware Restoration app, but it not work. Looks like everything is fine, but nothing happend. Which firmware file what I should use, or how I can debrick the device?
The essence of the problem is described here:
I have been using ASUS TUF AX4200 with snapshot build (Kernel version 6.6.x) for a while.
But it sometime stopped working on both wired and wireless connection, and I had to reboot the router to make it work again. I think someone already reported this issue. The error was random.
Last time this problem happened when I tried to install HP wireless printer driver, which send packets to discover the printer. I think these packets might be the causes.
I was annoyed by the problem and tried to re…
Should be: "is built" not "is build."
ed8
December 6, 2024, 7:52pm
13
Found another item which may be interesting