Skip to content

Commit

Permalink
Fix #1: switch to sysklogd from BusyBox syslogd + klogd
Browse files Browse the repository at this point in the history
The sysklogd package has a built-in klogd, and supports a few more
features, including RFC5424 style log messages.

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 25, 2024
1 parent 5853ba6 commit a1c3bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/curios_amd64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ BR2_PACKAGE_NETOPEER2_CLI=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
BR2_PACKAGE_MINI_SNMPD=y
BR2_PACKAGE_SYSKLOGD=y
BR2_PACKAGE_SYSKLOGD_LOGGER=y
BR2_PACKAGE_MG=y
BR2_TARGET_ROOTFS_OCI=y
BR2_TARGET_ROOTFS_OCI_AUTHOR="curiOS"
Expand Down
2 changes: 2 additions & 0 deletions configs/curios_arm64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ BR2_PACKAGE_NETOPEER2_CLI=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
BR2_PACKAGE_MINI_SNMPD=y
BR2_PACKAGE_SYSKLOGD=y
BR2_PACKAGE_SYSKLOGD_LOGGER=y
BR2_PACKAGE_MG=y
BR2_TARGET_ROOTFS_OCI=y
BR2_TARGET_ROOTFS_OCI_AUTHOR="curiOS"
Expand Down

0 comments on commit a1c3bad

Please sign in to comment.