mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
Merge pull request #4863 from rsalvaterra/zram
luci-mod-system: zram fixes
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user