Makefile 472 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2013 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=mips64
  6. BOARD:=octeon
  7. BOARDNAME:=Cavium Networks Octeon
  8. FEATURES:=squashfs ramdisk pci usb
  9. CPU_TYPE:=octeonplus
  10. KERNEL_PATCHVER:=5.10
  11. KERNEL_TESTING_PATCHVER:=5.15
  12. define Target/Description
  13. Build firmware images for Cavium Networks Octeon-based boards.
  14. endef
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += mkf2fs e2fsprogs
  17. $(eval $(call BuildTarget))