frollic, I heard you and your inappropriate sarcasm.
I'm just asking for any help from the community, at least information, a link to an article on the assembly.
the question is very much relevant, don't blame me, if it went over your head. @brada4 asked the same thing, using other words.
if there's no kernel support, there's nothing to assemble, unless you want to maintain your own personal driver, until it gets merged (assuming it'll ever happen).
that is definitely source for a driver there I guess you have 3 steps basically
does it compile with kernels used by openwrt ? (5.15.x, 6.1.x or 6.6x)
make a kernel package with a Makefile and the source and possibly a firmware package
hope the driver actually works
I think it's fair enough to politely ask someone with help or to just make the kernel package from the source assuming it even does compile, but of course no one is obligated to actually just go and do it for you obviously etc.
You really, really, really want to get that driver into the mainline kernel (which implies scrapping it and writing a new one from scratch). Vendor drivers won't get anywhere in the medium to longer term, especially for fringe uses - no one will volunteer to spend the time necessary to keep it working.
I dont even use OpenWRT, i got one sample of this AIC 8800, and found this thread on google while searching info about it, and so i wanted to share a link that might help.