Stewart Smith | b2bcc83 | 2015-08-20 13:38:33 +1000 | [diff] [blame] | 1 | config BR2_PACKAGE_PETITBOOT |
| 2 | bool "petitboot" |
| 3 | # petitboot needs udev /dev management |
| 4 | depends on BR2_PACKAGE_HAS_UDEV |
| 5 | select BR2_PACKAGE_NCURSES |
| 6 | select BR2_PACKAGE_NCURSES_TARGET_PANEL |
| 7 | select BR2_PACKAGE_NCURSES_TARGET_FORM |
| 8 | select BR2_PACKAGE_NCURSES_TARGET_MENU |
| 9 | # run-time dependency only |
| 10 | select BR2_PACKAGE_KEXEC_LITE if !BR2_PACKAGE_KEXEC |
| 11 | # run-time dependency only |
| 12 | select BR2_PACKAGE_POWERPC_UTILS if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le |
| 13 | # run-time dependency only |
| 14 | select BR2_PACKAGE_IPRUTILS if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le |
| 15 | help |
| 16 | Petitboot is a small kexec-based bootloader |
| 17 | |
| 18 | http://www.kernel.org/pub/linux/kernel/people/geoff/petitboot/petitboot.html |
| 19 | |
| 20 | comment "petitboot requires udev to be enabled" |
| 21 | depends on !BR2_PACKAGE_HAS_UDEV |
Sam Mendoza-Jonas | af7c271 | 2016-02-10 10:27:25 +1100 | [diff] [blame^] | 22 | |
| 23 | config BR2_PACKAGE_PETITBOOT_MTD |
| 24 | bool "petitboot-mtd" |
| 25 | depends on BR2_PACKAGE_PETITBOOT |
| 26 | select BR2_PACKAGE_LIBFLASH |
| 27 | help |
| 28 | Adds Petitboot support for MTD devices |
| 29 | |
| 30 | comment "Add support for accessing MTD devices" |