Skip to content

Commit 7e8e840

Browse files
committed
Enable CONFIG_AMT in 6.6.x
1 parent 1d3a823 commit 7e8e840

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

kernel/6.6.x/config-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ CONFIG_VXLAN=y
22112211
CONFIG_GENEVE=m
22122212
# CONFIG_BAREUDP is not set
22132213
# CONFIG_GTP is not set
2214-
# CONFIG_AMT is not set
2214+
CONFIG_AMT=y
22152215
# CONFIG_MACSEC is not set
22162216
# CONFIG_NETCONSOLE is not set
22172217
CONFIG_TUN=y

kernel/6.6.x/config-riscv64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ CONFIG_VXLAN=y
19651965
CONFIG_GENEVE=m
19661966
# CONFIG_BAREUDP is not set
19671967
# CONFIG_GTP is not set
1968-
# CONFIG_AMT is not set
1968+
CONFIG_AMT=y
19691969
# CONFIG_MACSEC is not set
19701970
# CONFIG_NETCONSOLE is not set
19711971
CONFIG_TUN=y

kernel/6.6.x/config-x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ CONFIG_VXLAN=y
22642264
CONFIG_GENEVE=m
22652265
# CONFIG_BAREUDP is not set
22662266
# CONFIG_GTP is not set
2267-
# CONFIG_AMT is not set
2267+
CONFIG_AMT=y
22682268
# CONFIG_MACSEC is not set
22692269
# CONFIG_NETCONSOLE is not set
22702270
CONFIG_TUN=y

0 commit comments

Comments
 (0)