Makefile 807 B

123456789101112131415161718192021222324252627282930
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= u-boot
  5. PKG_VERSION:= 2014.01
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= e531307578f6d32a7ccb1d04f1e08cbc
  8. PKG_DESCR:= bootloader
  9. PKG_SECTION:= boot
  10. PKG_URL:= http://www.denx.de/wiki/U-Boot
  11. PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/
  12. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  13. PKG_CFLINE_U_BOOT:= depends on ADK_BROKEN
  14. PKG_SYSTEM_DEPENDS:= !cubox-i
  15. include $(TOPDIR)/mk/package.mk
  16. $(eval $(call PKG_template,U_BOOT,u-boot,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  17. CONFIG_STYLE:= manual
  18. do-configure:
  19. echo "no config for your target available"
  20. u-boot-install:
  21. include ${TOPDIR}/mk/pkg-bottom.mk