aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-09-09 18:00:00 +0000
committerJohn Crispin <john@openwrt.org>2007-09-09 18:00:00 +0000
commitb9eaeeaf99ff8f306e059e931c1339ed4156153e (patch)
treed4fe27e2ff8a168f2075de2ac3a6fc0bf0344b55 /target
parent038459c1259996a7d38efe970e245361c6e12bbf (diff)
downloadupstream-b9eaeeaf99ff8f306e059e931c1339ed4156153e.tar.gz
upstream-b9eaeeaf99ff8f306e059e931c1339ed4156153e.tar.bz2
upstream-b9eaeeaf99ff8f306e059e931c1339ed4156153e.zip
fixes menuconfig selection of grub for x86 targets
SVN-Revision: 8713
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