summaryrefslogtreecommitdiffstats
path: root/config/Config-images.in
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-01-22 00:26:52 +0000
committerDaniel Golle <daniel@makrotopia.org>2022-01-23 19:48:31 +0000
commit8a324fb7591518b423b63772fe811f289f0bde4f (patch)
treebfa320c56239d051f5be5a4302ea58cd2a540203 /config/Config-images.in
parentd05ac928f68f108f22ec36e5a24e7217f938becc (diff)
downloadopenwrt-8a324fb7591518b423b63772fe811f289f0bde4f.tar.gz
openwrt-8a324fb7591518b423b63772fe811f289f0bde4f.tar.bz2
openwrt-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/Config-images.in')
-rw-r--r--config/Config-images.in2
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.