summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-16 10:54:26 +0100
commite30c2e38954a49ceb6cd1350525da89a15653758 (patch)
tree8f69628166bc0c6bf5d7d9146c4a7de528197eb3 /target/config/Config.in
parent469b35af91f6b8123943bab064ecf362e28bc438 (diff)
parent24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index f551e21a0..db04414de 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -20,7 +20,7 @@ config ADK_TARGET_KERNEL
string
default "zImage" if ADK_TARGET_KERNEL_ZIMAGE
default "Image" if ADK_TARGET_KERNEL_IMAGE
- default "simpleImage.system" if ADK_TARGET_KERNEL_LINUXBIN
+ default "linux.bin" if ADK_TARGET_KERNEL_LINUXBIN
default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ
default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE
default "vmlinux"
@@ -748,6 +748,16 @@ config ADK_TARGET_ROOTFS_MMC
Use this option if you have a MMC/SDCARD based system.
(ext2 filesystem is used.)
+config ADK_TARGET_ROOTFS_ISO
+ bool "ISO image"
+ select ADK_KERNEL_ISO9660_FS
+ select ADK_KERNEL_JOLIET
+ select ADK_KERNEL_SCSI
+ select ADK_KERNEL_BLK_DEV_SR
+ depends on ADK_HOST_LINUX
+ help
+ Use this option to create a bootable ISO image.
+
config ADK_TARGET_ROOTFS_ARCHIVE
bool "Archive usable for different filesystems"
select ADK_KERNEL_EXT2_FS if ADK_HARDWARE_QEMU