From 9bd8feb83c1e5259ef705cc641cc968362a04fe6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 14 Apr 2015 15:09:06 +0200 Subject: [PATCH] linux-sysmocom: Enable VLAN modules for the ODU as well They are available as module for the BSC/IDU and BTS. This is why I decided to enable this as module as well --- recipes-bsp/linux/files/sysmocom-odu/defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/linux/files/sysmocom-odu/defconfig b/recipes-bsp/linux/files/sysmocom-odu/defconfig index 2a9ae15..191efc0 100644 --- a/recipes-bsp/linux/files/sysmocom-odu/defconfig +++ b/recipes-bsp/linux/files/sysmocom-odu/defconfig @@ -392,3 +392,7 @@ CONFIG_CRC7=y CONFIG_LIBCRC32C=y CONFIG_PPS=y CONFIG_PPS_CLIENT_GPIO=y +CONFIG_VLAN_8021Q=m +# CONFIG_VLAN_8021Q_GVRP is not set +# CONFIG_VLAN_8021Q_MVRP is not set +# CONFIG_DECNET is not set