OpenWrt support for D-Link COVR C1200

Greetings to all devs.
Is anyone working on bringing OPENWRT to the COVR C1200? - specs look promising: http://en.techinfodepot.shoutwiki.com/wiki/D-Link_COVR-C1200_rev_A1

This device is now supported in OpenWrt, snapshot builds with LuCI can be generated using the Firmware Selector:
https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=ath79%2Fgeneric&id=dlink_covr-c1200-a1

Installation instructions from the commit message:

Installation COVR Point A:
 * In factory reset state: OEM Web UI is at 192.168.0.50
   no DHCP, skip wizard by directly accessing:
     http://192.168.0.50/UpdateFirmware_Simple.html
 * After completing setup wizard: Web UI is at 192.168.0.1
     DHCP enabled, login with empty password
 * Flash factory.bin
 * Perform a factory reset to restore OpenWrt UCI defaults

Installation COVR Points B:
 * OEM Web UI is at 192.168.0.50, no DHCP, empty password
 * Flash factory.bin
 * Perform a factory reset to restore OpenWrt UCI defaults

Recovery:
 * Keep reset button pressed during power on
 * Recovery Web UI is at 192.168.0.50, no DHCP
 * Flash factory.bin
   used to work best with Chromium-based browsers or curl:
     curl -F firmware=@factory.bin \
       http://192.168.0.50/upgrade.cgi
   since this fails to work on modern Linux systems,
   there is also a script dlink_recovery_upload.py

The python script for uploading via the recovery is here:
https://openwrt.org/inbox/toh/d-link/covr-p2500_a1#oem_installation_using_the_d-link_recovery_gui

Device commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=ee69f81ca5032f13e39ce7c2515ae9c5ee0a78f1