summaryrefslogtreecommitdiffstats
path: root/main/acf-alpine-baselayout/busybox-1.18-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/acf-alpine-baselayout/busybox-1.18-compat.patch')
-rw-r--r--main/acf-alpine-baselayout/busybox-1.18-compat.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-alpine-baselayout/busybox-1.18-compat.patch b/main/acf-alpine-baselayout/busybox-1.18-compat.patch
index 419531fb4..ddeae946b 100644
--- a/main/acf-alpine-baselayout/busybox-1.18-compat.patch
+++ b/main/acf-alpine-baselayout/busybox-1.18-compat.patch
@@ -17,8 +17,8 @@ index 2749e2a..bb70073 100644
system.uname = cfe({ value=querycmd("uname -a"), label="UName" })
- system.memory = cfe({ value=querycmd("free"), label="Memory usage" })
- system.memory.used = getpercentage(querycmd("free"), "Total:", 3, 4)
-+ system.memory = cfe({ value=querycmd("free -o"), label="Memory usage" })
-+ system.memory.used = getpercentage(querycmd("free -o"), "Total:", 3, 4)
++ system.memory = cfe({ value=querycmd("free -o -t"), label="Memory usage" })
++ system.memory.used = getpercentage(querycmd("free -o -t"), "Total:", 3, 4)
return cfe({ type="group", value=system })
end