summaryrefslogtreecommitdiff
path: root/package/grub-bin/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-28 16:10:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-28 16:10:58 +0100
commit43c62785b4a669407bb9ae823b82b13b05030c3a (patch)
tree57bce84bc79a6bc9d73a3f57fa64920b1f652e9a /package/grub-bin/Makefile
parentbc4105bc807f3159ca77811a10abde2f2784176f (diff)
parent7fe44c3270a5f83833f352d94ed5b7380b962f68 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub-bin/Makefile')
-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