diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-28 16:09:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-28 16:09:33 +0100 |
commit | b13c2e3fbfb396890f93a34ba4904a275993080d (patch) | |
tree | e5cac40c2fd36cffec52658d835de5ae35d35a9d /package/grub-bin | |
parent | 91dd4bc6d8f52d62171e721839505f1a80c5a83a (diff) |
fix some dependencies and target dependency handling
Diffstat (limited to 'package/grub-bin')
-rw-r--r-- | package/grub-bin/Makefile | 3 |
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 |