|
@@ -97,6 +97,16 @@ config BR2_TARGET_BAREBOX_CONFIG_FRAGMENT_FILES
|
|
|
A space-separated list of configuration fragment files,
|
|
|
that will be merged to the main Barebox configuration file.
|
|
|
|
|
|
+config BR2_TARGET_BAREBOX_IMAGE_FILE
|
|
|
+ string "Image filename"
|
|
|
+ help
|
|
|
+ Name of the generated barebox image, which will be copied to
|
|
|
+ the images directory.
|
|
|
+
|
|
|
+ If left empty, defaults to:
|
|
|
+ - barebox.bin for barebox versions older than 2012.10.
|
|
|
+ - barebox-flash-image for later versions.
|
|
|
+
|
|
|
config BR2_TARGET_BAREBOX_BAREBOXENV
|
|
|
bool "bareboxenv tool in target"
|
|
|
help
|