aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-09-09 18:00:00 +0000
committerJohn Crispin <blogic@openwrt.org>2007-09-09 18:00:00 +0000
commit61ac3a7806980172401135e93e81057469c7f44d (patch)
tree05f1fab339d56992c2aaf6073a12508d863eb33d /target
parent4fe43232315e62dd55a64f0cf39a1f5ff36e8d0f (diff)
downloadmaster-187ad058-61ac3a7806980172401135e93e81057469c7f44d.tar.gz
master-187ad058-61ac3a7806980172401135e93e81057469c7f44d.tar.bz2
master-187ad058-61ac3a7806980172401135e93e81057469c7f44d.zip
fixes menuconfig selection of grub for x86 targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8713 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 a8a608fd70..a602496856 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 LINUX_2_6_X86
+ depends TARGET_x86
depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
default y