From fc105b99dd94336f56e70f31ec4250bef3675ed7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 13 Apr 2015 18:14:45 +0200 Subject: [PATCH 1/4] busybox: Catch up with Yocto master --- yocto-master/{busybox_1.23.1.bbappend => busybox_1.23.2.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename yocto-master/{busybox_1.23.1.bbappend => busybox_1.23.2.bb} (100%) diff --git a/yocto-master/busybox_1.23.1.bbappend b/yocto-master/busybox_1.23.2.bb similarity index 100% rename from yocto-master/busybox_1.23.1.bbappend rename to yocto-master/busybox_1.23.2.bb From de697810db7029f9cdf5d5c0edd7724de69a4e3e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 13 Apr 2015 18:17:12 +0200 Subject: [PATCH 2/4] busybox: Move the 1.23.1 to 1.23.2 for Yocto master --- .../busybox/{busybox-1.23.1 => busybox-1.23.2}/busybox-ifplugd.sh | 0 recipes-core/busybox/{busybox-1.23.1 => busybox-1.23.2}/defconfig | 0 .../ifplugd-use-a-larger-netlink-buffer.patch | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename recipes-core/busybox/{busybox-1.23.1 => busybox-1.23.2}/busybox-ifplugd.sh (100%) rename recipes-core/busybox/{busybox-1.23.1 => busybox-1.23.2}/defconfig (100%) rename recipes-core/busybox/{busybox-1.23.1 => busybox-1.23.2}/ifplugd-use-a-larger-netlink-buffer.patch (100%) diff --git a/recipes-core/busybox/busybox-1.23.1/busybox-ifplugd.sh b/recipes-core/busybox/busybox-1.23.2/busybox-ifplugd.sh similarity index 100% rename from recipes-core/busybox/busybox-1.23.1/busybox-ifplugd.sh rename to recipes-core/busybox/busybox-1.23.2/busybox-ifplugd.sh diff --git a/recipes-core/busybox/busybox-1.23.1/defconfig b/recipes-core/busybox/busybox-1.23.2/defconfig similarity index 100% rename from recipes-core/busybox/busybox-1.23.1/defconfig rename to recipes-core/busybox/busybox-1.23.2/defconfig diff --git a/recipes-core/busybox/busybox-1.23.1/ifplugd-use-a-larger-netlink-buffer.patch b/recipes-core/busybox/busybox-1.23.2/ifplugd-use-a-larger-netlink-buffer.patch similarity index 100% rename from recipes-core/busybox/busybox-1.23.1/ifplugd-use-a-larger-netlink-buffer.patch rename to recipes-core/busybox/busybox-1.23.2/ifplugd-use-a-larger-netlink-buffer.patch From ef36c3e699072986e104bb51197609c209b962c3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 13 Apr 2015 22:04:42 +0200 Subject: [PATCH 3/4] busybox: Call the file correctly it is an append --- yocto-master/{busybox_1.23.2.bb => busybox_1.23.2.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename yocto-master/{busybox_1.23.2.bb => busybox_1.23.2.bbappend} (100%) diff --git a/yocto-master/busybox_1.23.2.bb b/yocto-master/busybox_1.23.2.bbappend similarity index 100% rename from yocto-master/busybox_1.23.2.bb rename to yocto-master/busybox_1.23.2.bbappend 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 4/4] 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 2a9ae153f6..191efc0a5a 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