Skip to content

Commit

Permalink
kernels: enable CONFIG_NETKIT for 6.12 kernel
Browse files Browse the repository at this point in the history
This kernel is new enough that we want to test Cilium's netkit mode with
it.

Signed-off-by: Julian Wiedmann <[email protected]>
  • Loading branch information
julianwiedmann authored and kkourt committed Dec 16, 2024
1 parent 907fba2 commit 220bf5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _data/kernels.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
},
{
"name": "6.12",
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-6.12.y"
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git?depth=1#linux-6.12.y",
"opts": [
[ "--enable", "CONFIG_NETKIT"]
]
},
{
"name": "6.6",
Expand Down

0 comments on commit 220bf5b

Please sign in to comment.