Compile extra network drivers as modules (#2059)

* Bump buildroot

* buildroot 0397d9c8f0...2ba3394abf (1):
  > package/docker-engine: use kernel modules for extra network drivers

* Make IPv6 SIT tunnel driver a kernel module

This is what distributions seem to be doing too.
This commit is contained in:
Stefan Agner
2022-08-13 13:45:15 +02:00
committed by GitHub
parent c2174a4ee4
commit dcff3d3f14
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ CONFIG_MSDOS_PARTITION=y
CONFIG_IPV6=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_SIT=m
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_INET=y