I am pleased to announce that firmware version 1.2 for the LibreRouter (and some other devices) was released! This release is a cocktail of multiple fixes and new features.
Find download links, upgrade instructions and more here: https://gitlab.com/librerouter/openwrt/-/releases/v1.2
The firmware is provided in binary form only for the LibreRouter. If you have other hardware you will have to locally build using the instructions at https://gitlab.com/librerouter/openwrt/-/blob/v1.2/README.md
Changelog
- Feature: added a workarround for ath9k stuck radios (package
wifi-unstuck-wa
) - Feature: improved the README.md (fe60946c60b0dc5130bfd2d9feb0ab754c7660e9)
- Update LibreMesh (diff: https://github.com/libremesh/lime-packages/compare/96dcfa439d2757067bc73812b218aa689be9ea57...6170120af9432f0817de4740eb911ee10bac6ac6)
-
Changes:
-
lime-report
: filter passwords on commands (https://github.com/libremesh/lime-packages/pull/650) - Allow configuring
txpower
for wireless radios (https://github.com/libremesh/lime-packages/pull/664) - Improve the config examples (https://github.com/libremesh/lime-packages/pull/669)
- Ease the specific wireless config. If no mode is configured, use default ones (https://github.com/libremesh/lime-packages/pull/665)
- New version of pirania with a lot of work from Luandro! It is still in alpha quality, many issues still remains. (https://github.com/libremesh/lime-packages/pull/672, https://github.com/libremesh/lime-packages/pull/680, https://github.com/libremesh/lime-packages/pull/671, https://github.com/libremesh/lime-packages/pull/692)
- LimeApp updated to 0.2.3 from 0.2.1 (https://github.com/libremesh/lime-app/blob/develop/CHANGELOG.md)
- Removed lime-basic metapackage (https://github.com/libremesh/lime-packages/pull/674)
- Add helper functions to write rpcd tests and some ubus-lime-utils tests (https://github.com/libremesh/lime-packages/pull/687)
- Addunsafe_shell() and shell_quote() functions to lime utils https://github.com/libremesh/lime-packages/pull/686
-
-
Fixes
- Workaround subtle MTU bugs due to vlan usage (https://github.com/libremesh/lime-packages/pull/681)
- make 92_add-lime-repos compatible with 19.07 (https://github.com/libremesh/lime-packages/pull/667)
- Recover limeapp index page (https://github.com/libremesh/lime-packages/pull/690)
- Fix possible colission of VLAN IDs between protocols (https://github.com/libremesh/lime-packages/pull/678)
- Fix gateway detection (https://github.com/libremesh/lime-packages/pull/685)
-