| 1234567891011121314151617181920212223242526272829303132 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${TOPDIR}/rules.mk# compiled with i486 toolchain, statically linked with uClibc# cross-compile on amd64 does not work, so provide a binary packagePKG_NAME:=		grub-binPKG_VERSION:=		1.97.1PKG_RELEASE:=		1PKG_MD5SUM:=		24961a39e63d8ec16d765aad3a301cdaPKG_DESCR:=		GRUB bootloaderPKG_SECTION:=		sysPKG_SITES:=		http://openadk.org/distfiles/PKG_TARGET_DEPENDS:=	x86 x86_64CFLINE_GRUB_BIN:=	select BUSYBOX_FEATURE_STAT_FORMATinclude ${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=	yCONFIG_STYLE:=		manualBUILD_STYLE:=		manualINSTALL_STYLE:=		manualdo-install:	${CP} ${WRKBUILD}/* ${IDIR_GRUB_BIN}/include ${TOPDIR}/mk/pkg-bottom.mk
 |