From 4bf84e29eaab32f97f54facd754c1969d9dde9a5 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Tue, 2 Mar 2021 09:37:58 +0000 Subject: luci-mod-system/zram: remove zram_comp_streams Zram uses per-CPU compression streams [1]. This is a no-op. [1] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=116191eddf9d8ddba61de788824dea442b265936 Signed-off-by: Rui Salvaterra --- .../htdocs/luci-static/resources/view/system/system.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/luci-mod-system/htdocs') diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js index 14a15052ea..e4c0a7cebe 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js @@ -195,11 +195,6 @@ return view.extend({ o.value('lzo', 'lzo'); o.value('lz4', 'lz4'); o.value('zstd', 'zstd'); - - o = s.taboption('zram', form.Value, 'zram_comp_streams', _('ZRam Compression Streams'), _('Number of parallel threads used for compression')); - o.optional = true; - o.placeholder = 1; - o.datatype = 'uinteger'; } /* -- cgit v1.2.3