Makefile 657 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Copyright (C) 2010-2012 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. ARCH:=arm
  9. BOARD:=cns3xxx
  10. BOARDNAME:=Cavium Networks Econa CNS3xxx
  11. FEATURES:=squashfs fpu gpio pcie usb usbgadget
  12. CPU_TYPE:=mpcore
  13. CPU_SUBTYPE:=vfp
  14. MAINTAINER:=Felix Fietkau <nbd@nbd.name>
  15. KERNEL_PATCHVER:=4.4
  16. define Target/Description
  17. Build images for Cavium Networks Econa CNS3xxx based boards,
  18. eg. the Gateworks Laguna family
  19. endef
  20. include $(INCLUDE_DIR)/target.mk
  21. KERNELNAME:=zImage
  22. DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini
  23. $(eval $(call BuildTarget))