Makefile 364 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2007-2011 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. BOARD:=lantiq
  6. BOARDNAME:=Lantiq
  7. FEATURES:=squashfs
  8. SUBTARGETS:=xrx200 xway xway_legacy falcon ase
  9. KERNEL_PATCHVER:=5.15
  10. define Target/Description
  11. Build firmware images for Lantiq SoC
  12. endef
  13. include $(INCLUDE_DIR)/target.mk
  14. $(eval $(call BuildTarget))