From af88d3a2327e3094052b7bf2cc02894d6af4853c Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 16 Aug 2019 14:55:38 +0200 Subject: [PATCH] Enable iu feature for sysmocom-bsc based machines sysmocom-alix and sysmocom-apu2 are both based on sysmocom-bsc Since we use those for the 3G starterkits add iu distro feature which will install osmo-hnbgw and build osmo-msc and osmo-sgsn with iu support. --- conf/machine/sysmocom-bsc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/sysmocom-bsc.conf b/conf/machine/sysmocom-bsc.conf index c983654..50567b5 100644 --- a/conf/machine/sysmocom-bsc.conf +++ b/conf/machine/sysmocom-bsc.conf @@ -3,3 +3,5 @@ MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc" MACHINE_EXTRA_RDEPENDS = "\ dnsmasq \ " + +DISTRO_FEATURES_append = " iu "