diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-01-22 00:26:52 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-23 19:48:31 +0000 |
commit | 8a324fb7591518b423b63772fe811f289f0bde4f (patch) | |
tree | bfa320c56239d051f5be5a4302ea58cd2a540203 /config | |
parent | d05ac928f68f108f22ec36e5a24e7217f938becc (diff) | |
download | upstream-8a324fb7591518b423b63772fe811f289f0bde4f.tar.gz upstream-8a324fb7591518b423b63772fe811f289f0bde4f.tar.bz2 upstream-8a324fb7591518b423b63772fe811f289f0bde4f.zip |
uml: make use of 'rootfs-part' feature
Use 'rootfs-part' feature instead of referencing the TARGET_uml in
Config-images.in.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 7f118030f2..dcd7575c3e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -296,7 +296,7 @@ menu "Target Images" config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MiB)" - depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_uml + depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS default 104 help Select the root filesystem partition size. |