From 727c76acdc2b8cbe15f1622c8e6591810efaf93e Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 7 Jan 2020 06:39:50 +0000 Subject: project: match sofort's distinction between 'host' and 'target'. --- project/config/cfghost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project/config/cfghost.sh') diff --git a/project/config/cfghost.sh b/project/config/cfghost.sh index 563ccac..f207f60 100644 --- a/project/config/cfghost.sh +++ b/project/config/cfghost.sh @@ -31,7 +31,7 @@ cfghost_internal_test() esac fi - if [ $mb_internal_cfgtype = 'target' ]; then + if [ $mb_internal_cfgtype = 'host' ]; then mb_cfghost="$mb_internal_cfghost" else mb_native_cfghost="$mb_internal_cfghost" @@ -42,7 +42,7 @@ cfghost_set_target_cfghost() { mb_internal_cchost="$mb_cchost" mb_internal_cfghost="$mb_cfghost" - mb_internal_cfgtype='target' + mb_internal_cfgtype='host' cfghost_internal_test } -- cgit v1.2.3