summaryrefslogtreecommitdiff
path: root/package/grub-bin/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 23:00:18 +0100
commit5bfdfbcee97c930c3c14dc3745089ac28e76ca41 (patch)
tree723a2310434afd85f68b3437e17917fcc6c5d623 /package/grub-bin/Makefile
parent16d7827ef1aec4aab89033ed1d47ca82fa3a3ba7 (diff)
parent58d31896056e604185acf3606b99257cea519dd1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub-bin/Makefile')
-rw-r--r--package/grub-bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile
index 51f61c226..9f2c54702 100644
--- a/package/grub-bin/Makefile
+++ b/package/grub-bin/Makefile
@@ -14,10 +14,11 @@ PKG_SECTION:= base
PKG_SITES:= http://openadk.org/distfiles/
PKG_URL:= http://www.gnu.org/software/grub
-PKG_TARGET_DEPENDS:= x86 x86_64
+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
+PKG_DFLT_GRUB_BIN:= y if !ADK_TOOLCHAIN_ONLY
include ${TOPDIR}/mk/package.mk