From cc0ab4e5582474c9a58437f0c78268c3f6dcdcbc Mon Sep 17 00:00:00 2001 From: EA3HKB Date: Fri, 20 Oct 2017 03:15:55 +0200 Subject: [PATCH 1/3] Update XLXHostsupdate.sh Change DMR XLX module for XLX714 --- XLXHostsupdate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index 5b5f488..517b3a2 100644 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -92,6 +92,8 @@ BEGIN { reflector=4004 if ($1 == "XLX313") reflector=4001 + if ($1 == "XLX714") + reflector=4003 if ($1 == "XLX950") reflector=4005 printf "%s;%s;%d\n", substr($1,4), substr($2,1,length($2)-1), reflector From 9db0d5305f6d5ff77ca0e08c36c6df959770def9 Mon Sep 17 00:00:00 2001 From: EA3HKB Date: Fri, 20 Oct 2017 03:23:35 +0200 Subject: [PATCH 2/3] Update XLXHostsupdate.sh Change DMR XLX module for XLX017 and XLX714 --- XLXHostsupdate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index 517b3a2..a59f4eb 100644 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -92,6 +92,8 @@ BEGIN { reflector=4004 if ($1 == "XLX313") reflector=4001 + if ($1 == "XLX017") + reflector=4003 if ($1 == "XLX714") reflector=4003 if ($1 == "XLX950") From e2ea85c40244a30210ddb250a77142c728064ff7 Mon Sep 17 00:00:00 2001 From: EA3HKB Date: Fri, 20 Oct 2017 03:37:37 +0200 Subject: [PATCH 3/3] Update XLXHostsupdate.sh Re-order variation --- XLXHostsupdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XLXHostsupdate.sh b/XLXHostsupdate.sh index a59f4eb..81531c0 100644 --- a/XLXHostsupdate.sh +++ b/XLXHostsupdate.sh @@ -90,10 +90,10 @@ BEGIN { } /^XLX/ { reflector=4004 - if ($1 == "XLX313") - reflector=4001 if ($1 == "XLX017") reflector=4003 + if ($1 == "XLX313") + reflector=4001 if ($1 == "XLX714") reflector=4003 if ($1 == "XLX950")