fix(iso9660): menu ordering

Signed-off-by: desertwitch <24509509+desertwitch@users.noreply.github.com>
This commit is contained in:
desertwitch
2025-11-22 09:51:07 +01:00
parent fc80af2fb4
commit ef68188207

View File

@@ -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