Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit ce24789

Browse files
gregkhwillmcvicker
authored andcommitted
ANDROID: remove CONFIG_NET_CLS_TCINDEX from gki_defconfig
The tcindex code was removed from the tree, so remove the config option from the gki_defconfig files to fix up the build. Fixes: 8c710f7 ("net/sched: Retire tcindex classifier") Change-Id: Id4927815ec2fd0ebc8065d891dfb721551f3dbc6 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
1 parent 05cc7b7 commit ce24789

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/arm64/configs/gki_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ CONFIG_NET_SCH_FQ_CODEL=y
238238
CONFIG_NET_SCH_FQ=y
239239
CONFIG_NET_SCH_INGRESS=y
240240
CONFIG_NET_CLS_BASIC=y
241-
CONFIG_NET_CLS_TCINDEX=y
242241
CONFIG_NET_CLS_FW=y
243242
CONFIG_NET_CLS_U32=y
244243
CONFIG_CLS_U32_MARK=y

arch/x86/configs/gki_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ CONFIG_NET_SCH_FQ_CODEL=y
238238
CONFIG_NET_SCH_FQ=y
239239
CONFIG_NET_SCH_INGRESS=y
240240
CONFIG_NET_CLS_BASIC=y
241-
CONFIG_NET_CLS_TCINDEX=y
242241
CONFIG_NET_CLS_FW=y
243242
CONFIG_NET_CLS_U32=y
244243
CONFIG_CLS_U32_MARK=y

0 commit comments

Comments
 (0)