summaryrefslogtreecommitdiff
path: root/package/grub-bin/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-29 14:16:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-29 14:16:42 +0200
commitfb5986b361eae7893a57e92ec0a4f820b89bc527 (patch)
treec9ca3a4d0375cb0f71699ad263a16e3549581cf8 /package/grub-bin/Makefile
parent023429a695e318bdbceef0ce5903060d361e15b2 (diff)
rework toolchain only option
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