Makefile 514 B

123456789101112131415161718192021
  1. #
  2. # Copyright (C) 2012-2015 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:=mvebu
  9. BOARDNAME:=Marvell EBU Armada
  10. FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
  11. SUBTARGETS:=cortexa9
  12. MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
  13. KERNEL_PATCHVER:=4.14
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
  16. $(eval $(call BuildTarget))