Makefile 490 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (C) 2007-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. BOARD:=lantiq
  9. BOARDNAME:=Lantiq
  10. FEATURES:=squashfs
  11. SUBTARGETS=xrx200 xway xway_legacy
  12. MAINTAINER:=John Crispin <john@phrozen.org>
  13. KERNEL_PATCHVER:=4.4
  14. CPU_TYPE:=mips32r2
  15. define Target/Description
  16. Build firmware images for Lantiq SoC
  17. endef
  18. include $(INCLUDE_DIR)/target.mk
  19. $(eval $(call BuildTarget))