From 54d480c02e1ae8cce588dc35e8f1f6bb3dbc902c Mon Sep 17 00:00:00 2001 From: Thomas Kaiser Date: Fri, 14 Apr 2017 22:42:14 +0200 Subject: [PATCH] Small Clearfog fixes --- config/kernel/linux-mvebu-next.config | 4 ++-- scripts/update-motd.d/30-sysinfo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/kernel/linux-mvebu-next.config b/config/kernel/linux-mvebu-next.config index 9437192141..1b6f17bfc7 100644 --- a/config/kernel/linux-mvebu-next.config +++ b/config/kernel/linux-mvebu-next.config @@ -1839,8 +1839,8 @@ CONFIG_SATA_PMP=y # # Controllers with non-SFF native interface # -# CONFIG_SATA_AHCI is not set -# CONFIG_SATA_AHCI_PLATFORM is not set +CONFIG_SATA_AHCI=y +CONFIG_SATA_AHCI_PLATFORM=y # CONFIG_AHCI_CEVA is not set CONFIG_AHCI_MVEBU=y # CONFIG_AHCI_QORIQ is not set diff --git a/scripts/update-motd.d/30-sysinfo b/scripts/update-motd.d/30-sysinfo index 97494e5663..cf859cc6a0 100644 --- a/scripts/update-motd.d/30-sysinfo +++ b/scripts/update-motd.d/30-sysinfo @@ -123,7 +123,7 @@ done if [[ -d "/sys/devices/virtual/thermal/thermal_zone0/" ]]; then ln -fs /sys/devices/virtual/thermal/thermal_zone0/temp /etc/armbianmonitor/datasources/soctemp case $(cat /sys/devices/virtual/thermal/thermal_zone0/type) in - cpu_thermal) # mainline kernel + cpu_thermal|armada_thermal) # mainline or Armada LTS kernel board_temp=$(awk '{printf("%d",$1/1000)}'