diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-04-19 21:14:42 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-04-20 10:06:22 +0200 |
commit | caed024f352621cc1e1e3c3274bad80a5e2f8946 (patch) | |
tree | 7c184a601ff924edacec28a253d6a4383e447634 /target/linux | |
parent | 204259356e7d421b359d3a7c67ec662a5eaecf76 (diff) | |
download | upstream-caed024f352621cc1e1e3c3274bad80a5e2f8946.tar.gz upstream-caed024f352621cc1e1e3c3274bad80a5e2f8946.tar.bz2 upstream-caed024f352621cc1e1e3c3274bad80a5e2f8946.zip |
kernel: add missing config symbols
MPLS feature symbols are normally only set when kmod-mpls is enabled, but the
CONFIG_MPLS symbol they depend on could also have been selected by openvswitch
instead
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry-picked from commit 92add80414c2f39ba8fd0d221d0f37e75fb19951)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-5.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 067d0a0757..f8f332bd7b 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -3509,6 +3509,8 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MPL115_SPI is not set # CONFIG_MPL3115 is not set # CONFIG_MPLS is not set +# CONFIG_MPLS_IPTUNNEL is not set +# CONFIG_MPLS_ROUTING is not set # CONFIG_MPTCP is not set # CONFIG_MPU3050_I2C is not set # CONFIG_MQ_IOSCHED_DEADLINE is not set |