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:04:19 +0200 |
commit | 92add80414c2f39ba8fd0d221d0f37e75fb19951 (patch) | |
tree | 6136b3db0d4a3d3224651f928231b20d2c0fe667 /target/linux/generic | |
parent | 7a732213322d9aa6d8743beffb185ca6f53a5bea (diff) | |
download | upstream-92add80414c2f39ba8fd0d221d0f37e75fb19951.tar.gz upstream-92add80414c2f39ba8fd0d221d0f37e75fb19951.tar.bz2 upstream-92add80414c2f39ba8fd0d221d0f37e75fb19951.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>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.10 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-5.15 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index a46fe13e64..a400b63e17 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -3515,6 +3515,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 diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index c9547258e1..7cffea43a5 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -3647,6 +3647,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 |