diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-10 22:12:24 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:35 +0200 |
commit | eefa832dff6539f85f1ed9b3be1721da11107df3 (patch) | |
tree | 71395d8c4dfb96c1d0e1f2d0395d3ec1ea3a1c27 /target/iso9660/Config.in | |
parent | d2b07919ac2ffe94053ac6eef6bf4367b86dc139 (diff) | |
download | buildroot-novena-eefa832dff6539f85f1ed9b3be1721da11107df3.tar.gz buildroot-novena-eefa832dff6539f85f1ed9b3be1721da11107df3.zip |
iso9660: rework in a similar way to ROOTFS_TARGET
Unfortunately, it cannot use the ROOTFS_TARGET infrastructure, due to
the specifities of the iso9660 build process.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/iso9660/Config.in')
-rw-r--r-- | target/iso9660/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/iso9660/Config.in b/target/iso9660/Config.in index 40c93b3f8..ceee52ff9 100644 --- a/target/iso9660/Config.in +++ b/target/iso9660/Config.in @@ -7,11 +7,6 @@ config BR2_TARGET_ROOTFS_ISO9660 help Build a bootable iso9660 image -config BR2_TARGET_ROOTFS_ISO9660_OUTPUT - string "Output File" - depends on BR2_TARGET_ROOTFS_ISO9660 - default "$(IMAGE).iso" - config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU string "Boot menu.lst file" depends on BR2_TARGET_ROOTFS_ISO9660 |