diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 4742908937..5f1800a583 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -574,6 +574,11 @@ define CONFIG_COMPRESSED_ROM_STREAM export always comment "compressed boot image is located in ROM" end +define CONFIG_PRECOMPRESSED_ROM_STREAM + default 0 + export always + comment "boot image is already compressed" +end define CONFIG_FS_STREAM default 0 export always |