Fix errors and make recommended changes, set pw_max to 9 for opti kernel

This commit is contained in:
therealartifex
2021-08-06 09:58:19 -04:00
parent 045f6d034e
commit 8711072838
6 changed files with 42 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use warnings;
use Digest::SHA qw (sha1_hex);
sub module_constraints { [[0, 256], [40, 40], [0, 29], [40, 40], [-1, -1]] }
sub module_constraints { [[0, 256], [40, 40], [0, 9], [40, 40], [-1, -1]] }
sub module_generate_hash
{