aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-10-08 18:53:19 +0000
committerJohn Crispin <blogic@openwrt.org>2007-10-08 18:53:19 +0000
commit0f0020cac022f0dcf0462f41125dad2a4e0675ff (patch)
tree269d33b9b63507ab401ff3260f8a840fc50c4316 /Config.in
parent91298e7d33bf3aa1e63376a982688a8e3e9b6151 (diff)
downloadmaster-187ad058-0f0020cac022f0dcf0462f41125dad2a4e0675ff.tar.gz
master-187ad058-0f0020cac022f0dcf0462f41125dad2a4e0675ff.tar.bz2
master-187ad058-0f0020cac022f0dcf0462f41125dad2a4e0675ff.zip
added generation of x86 livecds, from #2391
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9191 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"