I have compiled an image for this device.
It is a very powerfull device with:
xeon cpu dual core 1.6Ghz
2 gb ram ecc
2 sata ports
6 Gigabit ethernet interface
It works very well but there is a problem with 4 ethernet interface that are in bypass mode
So to use them like a standard ethernet ports it is needed to write on some smbus registers.
in pfsense it is possibile using shellcmd with the following commands:
That command is FreeBSD's way to talk to a device on i2C, and they seem to have reverse-engineered it from this python script https://github.com/c0d3z3r0/rbmode so it's theoretically possible.
(that runs on Debian according to https://forum.netgate.com/post/877019 so probably works on OpenWrt too, although you probably need to alter it to use python3)