mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/tailscale: add missing config fixups
There are a number of kernel config fixups required for tailscale to
function properly, these are commonly enabled by default in various
kernel configs but lets make sure they are all enabled here as well.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 766f6ddb7e)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
c6f3c4d43d
commit
5d6acb9c75
@@ -29,6 +29,19 @@ endef
|
||||
TAILSCALE_POST_INSTALL_TARGET_HOOKS += TAILSCALE_INSTALL_SYMLINK
|
||||
|
||||
define TAILSCALE_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IPV6)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IPV6_MULTIPLE_TABLES)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NETFILTER)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NETFILTER_NETLINK)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NFT_CT)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NFT_MASQ)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NFT_NAT)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NF_CONNTRACK)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NF_NAT)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NF_TABLES)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NF_TABLES_INET)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NF_TABLES_IPV4)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NF_TABLES_IPV6)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_TUN)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user