Using rtl8xxxu based devices on the milkv duo-s

Is it possible to add kernel modules for these devices through buildroot, and if so how?
Thanks a lot in advance!

Have you already seen this topic?

Hi, thanks for the link, I am able to get rtl8xxxu working now, would it also be possible to tell me if I’m following the instructions here correctly, I am trying to setup a wifi-ethernet bridge, which requires that I add iptables and bridging support to the kernel, I add these using menuconfig_kernel and, as stated on the website copy /path/to/duo-buildroot-sdk/linux_5.10/build/cv1813h_milkv_duos_sd/defconfig to build/boards/cv181x/sg2000_milkv_duos_musl_riscv64_sd/sg2000_milkv_duos_musl_riscv64_sd_defconfig

But it doesn’t appear in the built image.

I run clean_all, build_all, make these changes and run clean_all and build_all again, but I cant seem to find the modules when I run zcat /proc/config.gz | grep CONFIG_BRIDGE on the built system