diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-12-15 14:09:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-12-15 14:09:00 +0100 |
commit | 0e14700702f06f09f25bc861e2642a6d42da982b (patch) | |
tree | 836903db80f85bfca84ad3fbdc1af642abafb1fd /target/config | |
parent | 1d41dfd46f6f45ed351a677fb22eea072c6530df (diff) |
need to merge third patch from Phil manually. disable on non Linux hosts
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index f551e21a0..7ddc7b83c 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -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 |