On recent 5.x kernels there is no more CONFIG_VLAN, but it merged probably (to check) to CONFIG_VLAN_8021Q, so please change this to get rid of this message. Thx. Reproducible: Always Actual Results: Checking for suitable kernel configuration options... * CONFIG_VLAN: is not set when it should be. Expected Results: No message when CONFIG_VLAN_8021Q is set.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3980c9e2b2f0a20024620e85671a1bc892292769 commit 3980c9e2b2f0a20024620e85671a1bc892292769 Author: Ladislav Jech <archenroot@gmail.com> AuthorDate: 2021-10-05 04:03:32 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2021-10-05 04:05:19 +0000 sys-cluster/k3s: CONFIG_VLAN_8021Q Closes: https://bugs.gentoo.org/816192 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> sys-cluster/k3s/k3s-1.19.10-r1.ebuild | 2 +- sys-cluster/k3s/k3s-1.20.6.ebuild | 2 +- sys-cluster/k3s/k3s-1.21.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Thanks!