build: always set CONFIG_IPV6
authorThibaut VARÈNE <hacks@slashdirt.org>
Tue, 16 Aug 2022 17:00:47 +0000 (19:00 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Sat, 20 Aug 2022 18:41:03 +0000 (21:41 +0300)
commit832e7b817221d288df76b763ca12c585365db5d8
tree6dcfc67d8dede12b88f99cc922d6a1bd3a08f27c
parentf338f76a66a50d201ae57c98852aa9c74e9e278a
build: always set CONFIG_IPV6

Disabling this build tunable breaks build and seems unrealistically
likely to be fixed.

This patch sets the related CONFIG to always true and removes the
config prompt, keeping the change minimal, and, should !CONFIG_IPV6 ever
be fixed, easy to revert.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: Paul Spooren <mail@aparcar.org>
Acked-by: Josef.Schlehofer <pepe.schlehofer@gmail.com>
Acked-by: Jo-Philipp Wich <jo@mein.io>
config/Config-build.in