Merge pull request #4863 from rsalvaterra/zram
luci-mod-system: zram fixes
This commit is contained in:
commit
d8a277be19
1 changed files with 1 additions and 6 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue