diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-04-06 18:31:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-04-06 18:31:14 +0000 |
commit | fbe47cd3338e6782b83fa7c735d580567c26b7bf (patch) | |
tree | afa391055262d120c68d5f284f6a25f03b02de6b /target/Config.in | |
parent | 1718a2060213538df2249db96c036566bbe1d7cf (diff) | |
download | buildroot-novena-fbe47cd3338e6782b83fa7c735d580567c26b7bf.tar.gz buildroot-novena-fbe47cd3338e6782b83fa7c735d580567c26b7bf.zip |
patch from janlana adding an x86 bootable iso9660 CD-ROM target
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 315499a6d..f59f7de5f 100644 --- a/target/Config.in +++ b/target/Config.in @@ -8,6 +8,7 @@ source "target/ext2/Config.in" source "target/jffs2/Config.in" source "target/squashfs/Config.in" source "target/tar/Config.in" +source "target/iso9660/Config.in" comment "bootloader for target device" |