Skip to content

Commit

Permalink
kernel-balena: remove deprecated kernel configuration
Browse files Browse the repository at this point in the history
The NF_TABLES_SET module has been dropped from v5.10.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed Mar 3, 2024
1 parent 625c402 commit 3c44c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta-balena-common/classes/kernel-balena.bbclass
Expand Up @@ -570,7 +570,6 @@ BALENA_CONFIGS[fatfs] = " \

BALENA_CONFIGS[nf_tables] = " \
CONFIG_NF_TABLES=m \
CONFIG_NF_TABLES_SET=m \
CONFIG_NF_TABLES_INET=y \
CONFIG_NF_TABLES_NETDEV=y \
CONFIG_NFT_NUMGEN=m \
Expand Down Expand Up @@ -614,6 +613,8 @@ BALENA_CONFIGS[nf_tables] = " \
CONFIG_NFT_FIB_IPV6=m \
CONFIG_NF_DUP_IPV6=m \
"
BALENA_CONFIGS:append = " ${@configure_from_version("5.10", "", " nf_tables_set", d)}"
BALENA_CONFIGS[nf_tables_set] = "CONFIG_NF_TABLES_SET=m"

BALENA_CONFIGS[task-accounting] = " \
CONFIG_TASKSTATS=y \
Expand Down

0 comments on commit 3c44c14

Please sign in to comment.