diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index b0b570233e..aa5994aa37 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -178,6 +178,7 @@ define USE_FALLBACK_IMAGE comment "Set to build a fallback image" end define USE_NORMAL_IMAGE + format "%d" default {!USE_FALLBACK_IMAGE} export used comment "Set to build a normal image" @@ -275,6 +276,7 @@ define HAVE_OPTION_TABLE comment "Export CMOS option table" end define USE_OPTION_TABLE + format "%d" default {HAVE_OPTION_TABLE && !USE_FALLBACK_IMAGE} export always comment "Use option table" |