* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
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
|