qMp 3.2 Clearance RC1
qMp 3.2 Clearance release candidate 1 (RC1) has been published. This release candidate is aimed at adventurous users willing to test it and provide feedback before the final 3.2 release.
Before upgrading to this release from older versions, make a backup of all your configuration files in the /etc directory. You can use the command line tool "qmpcontrol upgrade" to automate the upgrade process.
Changes from previous stable release (3.1):
- Based on OpenWrt 15.01-rc1 Chaos Calmer
- Support for new devices (Ubiquiti XW devices, TP-Link and Ralink/Mediatek-based devices)
- 802.11s mesh support
- ...
The qMp 3.2-rc1 firmware binaries can be found at http://fw.qmp.cat/Releases/archive/3.2-Clearance-RC1. Otherwise, you can compile your own images with your preferred options:
git clone git://qmp.cat/qmpfw.git qmp-3.2-rc1 cd qmp-3.2-rc1 git fetch --tags git checkout tags/v3.2-rc1 QMP_GIT_BRANCH=v3.2-rc1 make checkout cd build/qmp && git checkout -b v3.2-rc1 && cd ../.. make J=n T=target
where n is the number of parallel threads to use in the compilation (1, 2, ..., 8...) and targets is the name of the device target to build the image (list them by issuing the command make list_targets).