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 | ea575c9316eced5a60be4c05aab6ece3cf4b5eb6 (patch) | |
tree | 9844415b3e18c19f577fba6d3d43a98b176270de /Config.in | |
parent | 7f67793f59a9cd42dd670e618cdc5d3316515e6f (diff) | |
download | upstream-ea575c9316eced5a60be4c05aab6ece3cf4b5eb6.tar.gz upstream-ea575c9316eced5a60be4c05aab6ece3cf4b5eb6.tar.bz2 upstream-ea575c9316eced5a60be4c05aab6ece3cf4b5eb6.zip |
x86: add grub2 iso support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33639 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |