aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-11-18 10:13:40 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-11-18 10:13:40 +0000
commit8f0fc2786a15721dcef2ff3e8f4a5e4b2121d095 (patch)
treec134f318488a31f9d7e2f15220cdb85b8fa0b68c /target/linux/x86/image
parent55397032f79ba389a48315606465411be5069489 (diff)
downloadmaster-187ad058-8f0fc2786a15721dcef2ff3e8f4a5e4b2121d095.tar.gz
master-187ad058-8f0fc2786a15721dcef2ff3e8f4a5e4b2121d095.tar.bz2
master-187ad058-8f0fc2786a15721dcef2ff3e8f4a5e4b2121d095.zip
fix grub image target dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18446 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/image')
-rw-r--r--target/linux/x86/image/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in
index 8768e7cbe6..3883f89007 100644
--- a/target/linux/x86/image/Config.in
+++ b/target/linux/x86/image/Config.in
@@ -1,6 +1,6 @@
config X86_GRUB_IMAGES
bool "Build GRUB images (Linux x86 or x86_64 host only)"
- depends !TARGET_x86_olpc
+ depends TARGET_x86 && !TARGET_x86_olpc
depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO
select PACKAGE_grub
default y