Driver for Mediatek wifi chip mt7921au

hi,
i just wanted to create a wifi with a mt7921au usb key but i realized that there is no driver for this chipset in the 1.5 rolling kernel. The last chipset supported here is the mt7915. However, the mt7921au has been fully supported since kernel 5.19.

root@vyos:/usr/lib/modules/6.6.27-amd64-vyos/kernel/drivers/net/wireless/mediatek/mt76# ls -la
total 723
drwxr-xr-x 7 root root    209 Apr 14 15:12 .
drwxr-xr-x 4 root root     42 Apr 14 15:12 ..
drwxr-xr-x 2 root root     33 Apr 14 15:12 mt7603
drwxr-xr-x 2 root root    126 Apr 14 15:12 mt7615
-rw-r--r-- 1 root root 153184 Apr 14 07:52 mt76-connac-lib.ko
-rw-r--r-- 1 root root 228784 Apr 14 07:52 mt76.ko
-rw-r--r-- 1 root root  52640 Apr 14 07:52 mt76-sdio.ko
-rw-r--r-- 1 root root  83856 Apr 14 07:52 mt76-usb.ko
drwxr-xr-x 2 root root     75 Apr 14 15:12 mt76x0
-rw-r--r-- 1 root root 187808 Apr 14 07:52 mt76x02-lib.ko
-rw-r--r-- 1 root root  32984 Apr 14 07:52 mt76x02-usb.ko
drwxr-xr-x 2 root root     75 Apr 14 15:12 mt76x2
drwxr-xr-x 2 root root     33 Apr 14 15:12 mt7915

A little more information can be found here.

Is it possible to integrate the driver into the rolling release relatively soon or do I have to build it myself?

edit:
Does anything else have to be set next to this line?? - vyos-build/packages/linux-kernel/arch/x86/configs/vyos_defconfig at 29f7a0c2e7ec400888c77663582a547c1bc2f162 · vyos/vyos-build · GitHub

Hey
Thanks for adding it!
https://vyos.dev/T6293