aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/zram-swap/Makefile
diff options
context:
space:
mode:
authorEmil Muratov <gpm@hotplug.ru>2018-11-01 00:16:58 +0300
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:24:36 +0200
commit86735992c8afa34393aade4e0e03d2a40b8497f2 (patch)
tree9841c1126dbb237a5e1accc4026d9de30d5ec592 /package/system/zram-swap/Makefile
parent7580357dc0ab001c7f2a3f6f2a63e0780dc5814b (diff)
downloadupstream-86735992c8afa34393aade4e0e03d2a40b8497f2.tar.gz
upstream-86735992c8afa34393aade4e0e03d2a40b8497f2.tar.bz2
upstream-86735992c8afa34393aade4e0e03d2a40b8497f2.zip
zram-swap: Add zram compaction and statistics info output
Executing '/etc/init.d/zram start' during runtime (with a swap being already mounted) triggers zram device compaction and prints out nice stats info about zram memory usage Signed-off-by: Emil Muratov <gpm@hotplug.ru> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [use IEC's MiB unit] (cherry picked from commit b062c90f47dd0745562a8f2618c2a43136a4c7e1)
Diffstat (limited to 'package/system/zram-swap/Makefile')
-rw-r--r--package/system/zram-swap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/zram-swap/Makefile b/package/system/zram-swap/Makefile
index 527800501b..bcada98a81 100644
--- a/package/system/zram-swap/Makefile
+++ b/package/system/zram-swap/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zram-swap
PKG_VERSION:=1.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)