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
committerChristian Lamparter <chunkeey@gmail.com>2019-07-07 13:02:06 +0200
commitb062c90f47dd0745562a8f2618c2a43136a4c7e1 (patch)
treedbb9373fb9d1d0ee3992dfacf16361075bb517f9 /package/system/zram-swap/Makefile
parentc0d93432f2446fbf193ec15e4880cbafa9980779 (diff)
downloadupstream-b062c90f47dd0745562a8f2618c2a43136a4c7e1.tar.gz
upstream-b062c90f47dd0745562a8f2618c2a43136a4c7e1.tar.bz2
upstream-b062c90f47dd0745562a8f2618c2a43136a4c7e1.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]
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)