Makefile 748 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Copyright (C) 2009-2018 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. FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
  12. CPU_TYPE:=fa526
  13. MAINTAINER:=Roman Yeryomin <[email protected]>
  14. KERNEL_PATCHVER:=4.14
  15. define Target/Description
  16. Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
  17. endef
  18. KERNELNAME:=zImage dtbs
  19. include $(INCLUDE_DIR)/target.mk
  20. DEFAULT_PACKAGES += \
  21. kmod-usb-core kmod-usb-fotg210 \
  22. kmod-usb-ledtrig-usbport \
  23. kmod-leds-gpio kmod-ledtrig-heartbeat \
  24. kmod-gpio-button-hotplug
  25. $(eval $(call BuildTarget))