From 0c4a046bd5c1f790bb547f53f0b5ee049c7ab885 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 10 Feb 2017 16:30:46 +0100 Subject: [PATCH] openggsn-config: Use the sysmocom-bsc/ggsn.conf as default for all machines Only sysmobts-v2 will override it, but all other machines should have the same configuration as the sysmocom-bsc. This will fix the build of our yocto-dora for sysmocom-idu/sysmocom-odu, where task-sysmocom-feed pulls in task-gprscore which in turn wants to build the ggsn configuration even on those machines where we don't actually have a ggsn so far. --- recipes-config/openggsn-config/files/{sysmocom-bsc => }/ggsn.conf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-config/openggsn-config/files/{sysmocom-bsc => }/ggsn.conf (100%) diff --git a/recipes-config/openggsn-config/files/sysmocom-bsc/ggsn.conf b/recipes-config/openggsn-config/files/ggsn.conf similarity index 100% rename from recipes-config/openggsn-config/files/sysmocom-bsc/ggsn.conf rename to recipes-config/openggsn-config/files/ggsn.conf