diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 23:01:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 23:01:52 +0000 |
commit | a1bcd25082fd6780d6eb9184acb1813bf723841f (patch) | |
tree | 0b1632d204e304ccf1e2596952e4910f1e5d7865 /Config.in | |
parent | 53cc34e517329fbc2ce90a356e2f97f7aa727c69 (diff) | |
download | upstream-a1bcd25082fd6780d6eb9184acb1813bf723841f.tar.gz upstream-a1bcd25082fd6780d6eb9184acb1813bf723841f.tar.bz2 upstream-a1bcd25082fd6780d6eb9184acb1813bf723841f.zip |
x86: add grub2 iso support
SVN-Revision: 33639
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ menu "Target Images" config TARGET_ROOTFS_ISO bool "iso" default n - depends TARGET_ROOTFS_INITRAMFS && TARGET_x86 + depends on TARGET_x86_generic help Create some bootable ISO image |