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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0397d9c8f0b228fa424fd3eb17131cae154e61cf
Subproject commit 2ba3394abf87c940fe036b2e18e1afc2a2d37ad0

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