summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-08 18:53:19 +0000
committerJohn Crispin <john@openwrt.org>2007-10-08 18:53:19 +0000
commit215fa7eb8b055e580c30a9851fbcacdc5fef15a6 (patch)
treeefdafbe4938b49e93198f6371d2cff7ba65506c4 /Config.in
parent0f4363326335a3acf67d821e6f4e6958bd2c4cba (diff)
downloadmaster-31e0f0ae-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.tar.gz
master-31e0f0ae-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.tar.bz2
master-31e0f0ae-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.zip
added generation of x86 livecds, from #2391
SVN-Revision: 9191
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 34d82492e7..df331fc2bf 100644
--- a/Config.in
+++ b/Config.in
@@ -48,6 +48,13 @@ menu "Target Images"
help
Ext2 file system with some free space for uml images
+ config TARGET_ROOTFS_ISO
+ bool "iso"
+ default n
+ depends TARGET_ROOTFS_INITRAMFS && TARGET_x86
+ help
+ Create some bootable ISO image
+
comment "Image Options"
source "target/linux/*/image/Config.in"