Custom Kernel config in buildroot

  • Hello, the kernel source code of RV1106 does not use the mainline source code. Buildroot cannot directly use the custom kernel setting. Some other configurations might be required. You can refer to the project shared by community members https://github.com/Droid-MAX/Luckfox-Pico-SDWAN, where support for Wireguard and related tools has been enabled.
  • Hi,

    Thank you very much for you answer. I managed to get wg and wg-quick working according to the link you gave. It's just about activate the right option in the kernel. The project you gave as reference is all your need.

    The only things a bit annoying is that you need to modify wg-quick in order to remove the "stat" command because busybox do not provide this commande.

    Thank's a lot.