diff options
author | John Crispin <john@openwrt.org> | 2007-10-08 18:53:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-08 18:53:19 +0000 |
commit | 215fa7eb8b055e580c30a9851fbcacdc5fef15a6 (patch) | |
tree | efdafbe4938b49e93198f6371d2cff7ba65506c4 /Config.in | |
parent | 0f4363326335a3acf67d821e6f4e6958bd2c4cba (diff) | |
download | upstream-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.tar.gz upstream-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.tar.bz2 upstream-215fa7eb8b055e580c30a9851fbcacdc5fef15a6.zip |
added generation of x86 livecds, from #2391
SVN-Revision: 9191
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |