mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
sunxi: fix build without ext4 rootfs
This commit is contained in:
parent
a4ebbe98da
commit
ece7b999e6
@ -267,7 +267,7 @@ menu "Target Images"
|
||||
|
||||
config TARGET_ROOTFS_PARTSIZE
|
||||
int "Root filesystem partition size (in MB)"
|
||||
depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu || TARGET_uml
|
||||
depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_mvebu || TARGET_rb532 || TARGET_sunxi || TARGET_uml
|
||||
default 90
|
||||
help
|
||||
Select the root filesystem partition size.
|
||||
|
Loading…
Reference in New Issue
Block a user