|
@@ -253,7 +253,8 @@ menu "Target Images"
|
|
config TARGET_ROOTFS_PARTSIZE
|
|
config TARGET_ROOTFS_PARTSIZE
|
|
int "Root filesystem partition size (in MB)"
|
|
int "Root filesystem partition size (in MB)"
|
|
depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu
|
|
depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu
|
|
- default 256
|
|
|
|
|
|
+ default 2048 if TARGET_x86
|
|
|
|
+ default 256 if ! TARGET_x86
|
|
help
|
|
help
|
|
Select the root filesystem partition size.
|
|
Select the root filesystem partition size.
|
|
|
|
|