diff options
author | Emil Muratov <gpm@hotplug.ru> | 2018-11-01 00:16:58 +0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-07-07 13:02:06 +0200 |
commit | b062c90f47dd0745562a8f2618c2a43136a4c7e1 (patch) | |
tree | dbb9373fb9d1d0ee3992dfacf16361075bb517f9 /package/system/zram-swap/Makefile | |
parent | c0d93432f2446fbf193ec15e4880cbafa9980779 (diff) | |
download | upstream-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/Makefile | 2 |
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) |