Merge pull request #4863 from rsalvaterra/zram

luci-mod-system: zram fixes
This commit is contained in:
Hannu Nyman 2021-03-14 14:28:22 +02:00 committed by GitHub
commit d8a277be19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,12 +194,7 @@ return view.extend({
o.default = 'lzo';
o.value('lzo', 'lzo');
o.value('lz4', 'lz4');
o.value('deflate', 'deflate');
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';
o.value('zstd', 'zstd');
}
/*