diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-18 10:13:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-18 10:13:40 +0000 |
commit | 917ef8e84be8818bc529db9256e5d3cb9cc75375 (patch) | |
tree | 421710f9cf74ef17d4c3b299e38bea9f48bbd21e /target/linux/x86/image/Config.in | |
parent | f5c4ff9389f2667555866ce967e5623a0c0e2be5 (diff) | |
download | upstream-917ef8e84be8818bc529db9256e5d3cb9cc75375.tar.gz upstream-917ef8e84be8818bc529db9256e5d3cb9cc75375.tar.bz2 upstream-917ef8e84be8818bc529db9256e5d3cb9cc75375.zip |
fix grub image target dependency
SVN-Revision: 18446
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 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 |