Makefile 444 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2012-2015 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. BOARD:=mvebu
  6. BOARDNAME:=Marvell EBU Armada
  7. FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
  8. SUBTARGETS:=cortexa9 cortexa53 cortexa72
  9. KERNEL_PATCHVER:=5.4
  10. KERNEL_TESTING_PATCHVER:=5.4
  11. include $(INCLUDE_DIR)/target.mk
  12. DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
  13. $(eval $(call BuildTarget))