diff options
author | John Crispin <john@openwrt.org> | 2007-09-09 18:00:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-09-09 18:00:00 +0000 |
commit | b9eaeeaf99ff8f306e059e931c1339ed4156153e (patch) | |
tree | d4fe27e2ff8a168f2075de2ac3a6fc0bf0344b55 /target/linux/x86/image/Config.in | |
parent | 038459c1259996a7d38efe970e245361c6e12bbf (diff) | |
download | upstream-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/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 |