2
0

bump ubifs max leb count

This commit is contained in:
2026-03-11 07:38:00 +00:00
parent 4b40e51a1d
commit ef07dcc10a
2 changed files with 2 additions and 2 deletions

View File

@@ -270,7 +270,7 @@
minIOSize = "2048";
logicalEraseBlockSize = "126976";
physicalEraseBlockSize = "131072";
maxLEBcount = "1024"; # guessing
maxLEBcount = "1400"; # guessing
};
defaultOutput = "ubimage";

View File

@@ -721,7 +721,7 @@
minIOSize = "2048";
logicalEraseBlockSize = "126976";
physicalEraseBlockSize = "131072";
maxLEBcount = "1024"; # guessing
maxLEBcount = "1400"; # guessing
};
defaultOutput = "ubimage";