diff options
author | John Crispin <blogic@openwrt.org> | 2007-09-09 18:00:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-09-09 18:00:00 +0000 |
commit | 61ac3a7806980172401135e93e81057469c7f44d (patch) | |
tree | 05f1fab339d56992c2aaf6073a12508d863eb33d /target/linux/x86/image/Config.in | |
parent | 4fe43232315e62dd55a64f0cf39a1f5ff36e8d0f (diff) | |
download | upstream-61ac3a7806980172401135e93e81057469c7f44d.tar.gz upstream-61ac3a7806980172401135e93e81057469c7f44d.tar.bz2 upstream-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/linux/x86/image/Config.in')
-rw-r--r-- | target/linux/x86/image/Config.in | 2 |
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 |