summaryrefslogtreecommitdiff
path: root/package/grub-bin
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-28 16:09:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-28 16:09:33 +0100
commitb13c2e3fbfb396890f93a34ba4904a275993080d (patch)
treee5cac40c2fd36cffec52658d835de5ae35d35a9d /package/grub-bin
parent91dd4bc6d8f52d62171e721839505f1a80c5a83a (diff)
fix some dependencies and target dependency handling
Diffstat (limited to 'package/grub-bin')
-rw-r--r--package/grub-bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile
index 1c48a0b06..0ae841ec6 100644
--- a/package/grub-bin/Makefile
+++ b/package/grub-bin/Makefile
@@ -13,7 +13,8 @@ PKG_DESCR:= GRUB bootloader
PKG_SECTION:= sys
PKG_SITES:= http://openadk.org/distfiles/
-PKG_TARGET_DEPENDS:= shuttle wrap alix1c alix2d x86_qemu x86_64_qemu
+PKG_TARGET_DEPENDS:= x86 x86_64
+CFLINE_GRUB_BIN:= select BUSYBOX_FEATURE_STAT_FORMAT
include ${TOPDIR}/mk/package.mk