summaryrefslogtreecommitdiff
path: root/package/grub-bin/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-29 19:21:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-29 19:21:14 +0200
commitcf0e7634dd6b19f9e552da7cb3ad36058f6bd551 (patch)
tree3a1fd97543f425d69794026739e8feaac6170142 /package/grub-bin/Makefile
parent262093bc84699e250bc64302a8c32d23b31b7fa6 (diff)
parent2978728db235233ac80f32737bb56292e3e60328 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub-bin/Makefile')
-rw-r--r--package/grub-bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile
index 9f2c54702..f9f89576c 100644
--- a/package/grub-bin/Makefile
+++ b/package/grub-bin/Makefile
@@ -18,7 +18,7 @@ PKG_ARCH_DEPENDS:= x86 x86_64
PKG_CFLINE_GRUB_BIN:= select BUSYBOX_FEATURE_STAT_FORMAT@
PKG_CFLINE_GRUB_BIN+= depends on !ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK && !ADK_TARGET_ROOTFS_INITRAMFS
-PKG_DFLT_GRUB_BIN:= y if !ADK_TOOLCHAIN_ONLY
+PKG_DFLT_GRUB_BIN:= y if !ADK_TOOLCHAIN_ONLY && !ADK_TOOLCHAIN_ARCHIVE
include ${TOPDIR}/mk/package.mk