blob: 0e1bf97e902f0917f58b6300f3b160e06a44ccfd [file] [log] [blame]
Jan Kundrát8ddd27f2018-04-05 11:14:24 +02001config BR2_TARGET_ROOTFS_CZECHLIGHT_SEPARATE_BOOT
2 bool "Separate /boot partition"
3 help
4 Builds a standalone ext2 image with the /boot directory from the real rootfs.
5
6if BR2_TARGET_ROOTFS_CZECHLIGHT_SEPARATE_BOOT
7
8config CZECHLIGHT_SEPARATE_BOOT_SIZE
9 string "exact size"
10 default "4M"
11 help
12 Size of the /boot filesystem image.
13
14endif # BR2_TARGET_ROOTFS_CZECHLIGHT_SEPARATE_BOOT