1
0

Makefile 484 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (C) 2009-2011 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. ARCH:=mipsel
  9. BOARD:=xburst
  10. BOARDNAME:=Ingenic XBurst
  11. FEATURES:=targz nand ubifs audio
  12. SUBTARGETS:=qi_lb60
  13. KERNEL_PATCHVER:=3.18
  14. DEVICE_TYPE:=other
  15. define Target/Description
  16. Build firmware images for XBurst JZ47x0 based boards.
  17. endef
  18. include $(INCLUDE_DIR)/target.mk
  19. $(eval $(call BuildTarget))