Jan Kundrát | e8b1811 | 2018-04-04 23:11:23 +0200 | [diff] [blame] | 1 | config BR2_PACKAGE_CZECHLIGHT_CFG_FS |
2 | bool "Prepare the /cfg partition" | ||||
3 | help | ||||
4 | This is required for RAUC to work properly. | ||||
5 | |||||
6 | if BR2_PACKAGE_CZECHLIGHT_CFG_FS | ||||
7 | |||||
8 | config 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 | |||||
16 | endif # BR2_PACKAGE_CZECHLIGHT_CFG_FS |