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:07:58 +0200 |
commit | 1418439da9ed2dbd4b097298c51ee70629fe10d3 (patch) | |
tree | b0a4c4c333bd49e6f5cab83f9255b21cb08a1a20 /target/linux/generic | |
parent | 39f1815b3eee1a7057d0475c9ac193e7e52e0bb9 (diff) | |
download | upstream-1418439da9ed2dbd4b097298c51ee70629fe10d3.tar.gz upstream-1418439da9ed2dbd4b097298c51ee70629fe10d3.tar.bz2 upstream-1418439da9ed2dbd4b097298c51ee70629fe10d3.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/generic')
-rw-r--r-- | target/linux/generic/config-5.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 73ba6afc6e..3517ece49c 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -3148,6 +3148,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_MPU3050_I2C is not set # CONFIG_MQ_IOSCHED_DEADLINE is not set # CONFIG_MQ_IOSCHED_KYBER is not set |