projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c4ff9
)
fix grub image target dependency
author
Imre Kaloz
<kaloz@openwrt.org>
Wed, 18 Nov 2009 10:13:40 +0000
(10:13 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Wed, 18 Nov 2009 10:13:40 +0000
(10:13 +0000)
SVN-Revision: 18446
target/linux/x86/image/Config.in
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Config.in
b/target/linux/x86/image/Config.in
index 8768e7cbe6479e7ac29c74b8cd7c740bedb2ebe5..3883f89007f44b20655cd2258dbbb305eb9cf338 100644
(file)
--- 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