mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
05b11e24c3
Enabling package host build for abootimg so that boot images can be created for boards which boot from this format. Signed-off-by: Mike Frampton <mikeframpo@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
config BR2_PACKAGE_HOST_ABOOTIMG
|
|
bool "host abootimg"
|
|
select BR2_PACKAGE_HOST_UTIL_LINUX
|
|
help
|
|
Tool to manipulate Android Boot Images, either on files
|
|
or directly on /dev block devices.
|
|
|
|
https://github.com/ggrandou/abootimg
|