diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 20:25:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 20:25:52 +0100 |
commit | bf3dc047502bb61ff663114b33f489635efd028d (patch) | |
tree | 96a18de6c5ed8acec159aef5cb6a006fe4b80a18 /package | |
parent | 5f098c0bfc985961123d153bedfac434b0689e99 (diff) |
another leftover by last commit.
Diffstat (limited to 'package')
-rw-r--r-- | package/grub-bin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile index d440ce2cc..260a29393 100644 --- a/package/grub-bin/Makefile +++ b/package/grub-bin/Makefile @@ -13,10 +13,14 @@ PKG_DESCR:= GRUB bootloader PKG_SECTION:= sys PKG_SITES:= http://openadk.org/distfiles/ +PKG_TARGET_DEPENDS:= shuttle wrap alix1c alix1d + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,GRUB_BIN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +PKGDFLT_GRUB_BIN= y + INSTALL_STYLE:= manual do-install: |