summaryrefslogtreecommitdiffstats
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
commit917ef8e84be8818bc529db9256e5d3cb9cc75375 (patch)
tree421710f9cf74ef17d4c3b299e38bea9f48bbd21e /target/linux/x86/image
parentf5c4ff9389f2667555866ce967e5623a0c0e2be5 (diff)
downloadmaster-31e0f0ae-917ef8e84be8818bc529db9256e5d3cb9cc75375.tar.gz
master-31e0f0ae-917ef8e84be8818bc529db9256e5d3cb9cc75375.tar.bz2
master-31e0f0ae-917ef8e84be8818bc529db9256e5d3cb9cc75375.zip
fix grub image target dependency
SVN-Revision: 18446
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