New Build for APU Board

Hi there,
I'm trying to build my own. For my APU board, with all the software packages I need. I am missing the link "/sys/devices/virtual/net/eth0.10/bridge/" in the kernel
!!!bridge!!!
Although I selected everything that starts with bridge in "make menuconfig" and "make kernel_menuconfig". It is not built in the build. WHY?

Greetings from Stefan

Use ./scripts/diffconfig.sh to check what got removed compared to default settings, then take it from there.

Okay if I download a new git. How do I get these results added?

Copy over the diffconfig output to .config in your buildroot, run make defconfig, and the buildroot will rebuild the configuration including your settings.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.