i got my own interfaces file added to buildroot filesystem (overlay rootfs)
auto lan1
iface lan1 inet manual
auto lan2
iface lan2 inet manual
auto br0
iface br0 inet static
address 192.168.40.1
netmask 255.255.255.0
bridge_ports lan1 lan2
bridge_fd 5
bridge_stp no
but i get the following error (i do not see it in dmesg or /var/log/messages):
Cannot find device "br0"
i have bridge-utils built in my buildroot and can create the bridge manually (brctl addbr br0), but it is not done at bootup
any idea?
Edit: this is my defconfig and full interfaces-file
i do not use systemd...i guess legacy vinit
/sbin/init --help
BusyBox v1.32.0 (2021-01-21 18:56:27 CET) multi-call binary.
regards Frank