blob: c3c5a462291ce10888ff99bd5ac6b40fde892a56 [file] [log] [blame]
Jan Kundráte8b18112018-04-04 23:11:23 +02001config BR2_PACKAGE_CZECHLIGHT_CFG_FS
2 bool "Prepare the /cfg partition"
3 help
4 This is required for RAUC to work properly.
5
6if BR2_PACKAGE_CZECHLIGHT_CFG_FS
7
8config CZECHLIGHT_CFG_FS_SIZE
9 string "exact size"
10 default "128M"
11 help
12 Size of the /cfg filesystem image. This must be big enough to
13 accommodate all configuration, but small enough to fit within the
14 corresponding partition.
15
16endif # BR2_PACKAGE_CZECHLIGHT_CFG_FS