diff options
author | Trevor Woerner <twoerner@gmail.com> | 2023-08-17 14:50:13 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-08-23 10:06:51 +0300 |
commit | d913ff561140dd89104dcb01846d789835a5cdc3 (patch) | |
tree | 8083c3e44baba7a8311e47eb9dde649b1a836701 /arch/mips/configs/ip22_defconfig | |
parent | 971fe5095f78b6475c88270aa4b6ee77a791cf25 (diff) | |
download | linux-d913ff561140dd89104dcb01846d789835a5cdc3.tar.xz |
arch/mips/configs/*_defconfig cleanup
Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining mips defconfigs as it
was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip
target").
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/configs/ip22_defconfig')
-rw-r--r-- | arch/mips/configs/ip22_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 897e55579af0..965dfc30417d 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig @@ -127,7 +127,6 @@ CONFIG_IP_NF_MATCH_TTL=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m CONFIG_IP_NF_MANGLE=m -CONFIG_IP_NF_TARGET_CLUSTERIP=m CONFIG_IP_NF_TARGET_ECN=m CONFIG_IP_NF_TARGET_TTL=m CONFIG_IP_NF_RAW=m |