summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
commit24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (patch)
treecec2d85b768a617ae371837eec7069e7f155e568 /target/config/Config.in
parentf377248abda877e2a945f4152e3e57bbaaeec1ca (diff)
parent7260a427d88f1cbfcd8534c5f7805b4b56efb544 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index c02461819..db04414de 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -669,7 +669,6 @@ config ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
ADK_LINUX_X86_64 || \
ADK_LINUX_NATIVE
depends on !ADK_HARDWARE_VBOX
- depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
select ADK_KERNEL_EXT2_FS
help
create an read-only initramfs system.
@@ -749,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