From 669bf6d113cc3b13010d658dd837a6c2185a8ed0 Mon Sep 17 00:00:00 2001 From: orangepi-xunlong <258384131@qq.com> Date: Fri, 8 Apr 2022 20:05:16 +0800 Subject: [PATCH] Enable orangepi-ramlog and orangepi-zram --- .../packages/bsp/common/etc/default/orangepi-ramlog.dpkg-dist | 2 +- .../bsp/common/etc/default/orangepi-zram-config.dpkg-dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/packages/bsp/common/etc/default/orangepi-ramlog.dpkg-dist b/external/packages/bsp/common/etc/default/orangepi-ramlog.dpkg-dist index 0c53fdc..f6fd228 100644 --- a/external/packages/bsp/common/etc/default/orangepi-ramlog.dpkg-dist +++ b/external/packages/bsp/common/etc/default/orangepi-ramlog.dpkg-dist @@ -1,7 +1,7 @@ # configuration values for the orangepi-ram-logging service # # enable the orangepi-ram-logging service? -ENABLED=false +ENABLED=true # # size of the tmpfs mount -- please keep in mind to adjust /etc/default/orangepi-zram-config too when increasing SIZE=50M diff --git a/external/packages/bsp/common/etc/default/orangepi-zram-config.dpkg-dist b/external/packages/bsp/common/etc/default/orangepi-zram-config.dpkg-dist index aab2fa6..e905205 100644 --- a/external/packages/bsp/common/etc/default/orangepi-zram-config.dpkg-dist +++ b/external/packages/bsp/common/etc/default/orangepi-zram-config.dpkg-dist @@ -1,7 +1,7 @@ # configuration values for the orangepi-zram-config service # # enable the orangepi-zram-config service? -ENABLED=false +ENABLED=true # Zram swap enabled by default, unless set to disabled # SWAP=false