on a remastered TC 9x x64, when i try to
sudo modprobe bridge
NET: Registered protocol family 10
NET: Unregistered protocol family 10
modprobe: can't load module ipv6 (kernel.tclocal/net/ipv6/ipv6.ko.gz): Invalid argument
sudo find / -name "ipv6.ko.gz"
/usr/local/lib/modules/4.14.10-tinycore64/kernel/net/ipv6/ipv6.ko.gz
whats wrong ? maybe it comes from the problem, while symlinking from
sudo ln -s /usr/local/lib/modules/"$KERNEL_VERSION-tinycore64"/kernel $BUILDDIR/lib/modules/"$KERNEL_VERSION-tinycore64"/kernel.tclocal
at the building stage ?