From ef681882070847593c64c9c5707d0ac1bb83a1c5 Mon Sep 17 00:00:00 2001 From: desertwitch <24509509+desertwitch@users.noreply.github.com> Date: Sat, 22 Nov 2025 09:51:07 +0100 Subject: [PATCH] fix(iso9660): menu ordering Signed-off-by: desertwitch <24509509+desertwitch@users.noreply.github.com> --- fs/iso9660/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in index 8c80efda9a..3166b1a724 100644 --- a/fs/iso9660/Config.in +++ b/fs/iso9660/Config.in @@ -204,8 +204,9 @@ config BR2_TARGET_ROOTFS_ISO9660_HYBRID_APPEND_PARTITION config BR2_TARGET_ROOTFS_ISO9660_HYBRID_APPEND_PARTITION_TYPE string "Append partition type" - depends on \ - BR2_TARGET_ROOTFS_ISO9660_HYBRID_APPEND_PARTITION != "" + depends on BR2_TARGET_ROOTFS_ISO9660_BOTH \ + && BR2_TARGET_ROOTFS_ISO9660_HYBRID \ + && BR2_TARGET_ROOTFS_ISO9660_HYBRID_APPEND_PARTITION != "" default "0x0e" help May be "FAT12", "FAT16", "Linux", or a hexadecimal number between 0x00 and