Makefile 394 B

123456789101112131415161718192021
  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.10
  10. KERNEL_TESTING_PATCHVER:=5.15
  11. define Target/Description
  12. Build firmware images for Lantiq SoC
  13. endef
  14. include $(INCLUDE_DIR)/target.mk
  15. $(eval $(call BuildTarget))