Makefile 465 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 2009-2013 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:=gemini
  10. BOARDNAME:=Cortina Systems CS351x
  11. SUBTARGETS:=raidsonic wiligear
  12. FEATURES:=squashfs pci rtc
  13. CPU_TYPE:=fa526
  14. MAINTAINER:=Roman Yeryomin <roman@advem.lv>
  15. KERNEL_PATCHVER:=4.4
  16. KERNELNAME:=zImage
  17. include $(INCLUDE_DIR)/target.mk
  18. $(eval $(call BuildTarget))