fix rootfs size selection
SVN-Revision: 9808
This commit is contained in:
parent
e66822935e
commit
e0a4e2a409
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ source "target/linux/*/image/Config.in"
|
||||||
|
|
||||||
config TARGET_ROOTFS_FSPART
|
config TARGET_ROOTFS_FSPART
|
||||||
int "Filesystem part size (in MB)"
|
int "Filesystem part size (in MB)"
|
||||||
depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || LINUX_2_6_RB532
|
depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || TARGET_rb532 || TARGET_olpc
|
||||||
default 16
|
default 16
|
||||||
help
|
help
|
||||||
Allows you to change the filesystem partition size
|
Allows you to change the filesystem partition size
|
||||||
|
|
Loading…
Reference in a new issue