Details
Details
I just realized that we have two Kernel configurations:
- debian/arch/amd64/config.amd64-vyos
- arch/x86/configs/x86_64_vyos_defconfig
The Jenkins CI servers uses make x86_64_vyos_defconfig which pulls in arch/x86/configs/x86_64_vyos_defconfig.
Question to @dmbaturin and @UnicronNL: Should we drop debian/arch/amd64/config.amd64-vyos to avoid any confusion? E.G. a diff in T452 is against the wrong Kernel configuration.