2016-05-13: LEDE has merged the code for PRO, so both targets are
supported by them:
LITE and LR: https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/lede-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin
PRO: https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/lede-ar71xx-generic-ubnt-unifiac-pro-squashfs-sysupgrade.bin
2016-05-11: Finally, also the PRO device is supported.
With the help of Ch. Fuchs, who did the testing, a patch was developed
and sent to the mailing list. To avoid confusion, the targets were renamed:
unifiac-lite supports LITE and LR (Longrange), while
unifiac-pro supports PRO (and possibly EDU in some future).
2016-05-10: Now LEDE is also using the latest code, which
gives the same support level as OpenWrt.
2016-05-04: The image at OpenWrt's build servers is fully working
on Ubiquiti UniFi AP AC LITE and LR devices.
If you install from this source, then you have to install the driver for
the 5 GHz PHY by hand:
opkg update opkg install ath10k-firmware-qca988x reboothttps://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/openwrt-ar71xx-generic-ubnt-unifiac-squashfs-sysupgrade.bin
Several changes to increase robustness of firmware upgrade processWhile the flashing commands seem to finish successfully, the unit still reboots Ubiquiti's firmware.
# mtd -r write /tmp/openwrt-ar71xx-generic-ubnt-unifiac-squashfs-sysupgrade.bin kernel0 Unlocking kernel0 ... Writing from /tmp/openwrt-ar71xx-generic-ubnt-unifiac-squashfs-sysupgrade.bin to kernel0 ... Rebooting ...SSH-Username: ubnt
Version 6
Based on OpenWrt r49362 / Linux 4.1.23
There is a chance, that after rebooting the unit, U-Boot will detect eth0
as being down. This seems to be due to improper initialisation in U-Boot, as
suggested here: https://lists.openwrt.org/pipermail/openwrt-devel/2015-December/038163.html.
A hard reset (power cycle) will resolve this issue. However, you should only
notice it when tftp-loading a new firmware to the device - so a normal user
will most likely not see this glitch.