systemd: unbreak remote journal logging

Apparently, our update of buildroot changed the way how systemd is
built. Now we need that other option (which is documented to enable
systemd-journal-remote) when we need systemd-journal-upload.

Fixes: 1c6643e Remote systemd journald logging
Fixes: 2bfe9ee Update Buildroot (and everything)
Change-Id: Idb93d2518b06a67298e33f3c50037103b491b15b
diff --git a/board/czechlight/clearfog/overlay/usr/lib/systemd/system/systemd-journal-upload.service b/board/czechlight/clearfog/overlay/usr/lib/systemd/system/systemd-journal-upload.service
index 985b328..f173525 100644
--- a/board/czechlight/clearfog/overlay/usr/lib/systemd/system/systemd-journal-upload.service
+++ b/board/czechlight/clearfog/overlay/usr/lib/systemd/system/systemd-journal-upload.service
@@ -1,6 +1,6 @@
 # CzechLight-specific configuration:
 #
-# - do not record a failed uint when that thing dies (likely due to a network issue)
+# - do not record a failed unit when that thing dies (likely due to a network issue)
 # - only start when a custom config file exists
 # - do not bring in a network-online.target because that might trigger
 #   extra failure reports (and a watchdog action)
diff --git a/configs/czechlight_clearfog_defconfig b/configs/czechlight_clearfog_defconfig
index e275dfd..7d31df7 100644
--- a/configs/czechlight_clearfog_defconfig
+++ b/configs/czechlight_clearfog_defconfig
@@ -61,6 +61,7 @@
 BR2_PACKAGE_RAUC=y
 BR2_PACKAGE_RAUC_NETWORK=y
 BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY=y
+BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE=y
 # BR2_PACKAGE_SYSTEMD_HWDB is not set
 BR2_PACKAGE_SYSTEMD_RANDOMSEED=y
 # BR2_PACKAGE_SYSTEMD_VCONSOLE is not set