1config BR2_PACKAGE_ABOOTIMG 2 bool "abootimg" 3 depends on BR2_USE_MMU # libblkid 4 select BR2_PACKAGE_UTIL_LINUX 5 select BR2_PACKAGE_UTIL_LINUX_LIBBLKID 6 help 7 Tool to manipulate Android Boot Images, either on files 8 or directly on /dev block devices. 9 10 https://gitlab.com/ajs124/abootimg 11