mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
fix(iso9660): menu ordering
Signed-off-by: desertwitch <24509509+desertwitch@users.noreply.github.com>
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user