summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-system/htdocs
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-03-02 09:37:58 +0000
committerRui Salvaterra <rsalvaterra@gmail.com>2021-03-14 12:24:16 +0000
commit4bf84e29eaab32f97f54facd754c1969d9dde9a5 (patch)
tree7d0faff0216d0dabefec4668349c3d2159f643ac /modules/luci-mod-system/htdocs
parent02cadf67b23806b37ea71c0a16459876817b337b (diff)
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 <rsalvaterra@gmail.com>
Diffstat (limited to 'modules/luci-mod-system/htdocs')
-rw-r--r--modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js5
1 files changed, 0 insertions, 5 deletions
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';
}
/*