Makefile 591 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2009-2018 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=arm
  6. BOARD:=gemini
  7. BOARDNAME:=Cortina Systems CS351x
  8. FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
  9. CPU_TYPE:=fa526
  10. KERNEL_PATCHVER:=5.4
  11. define Target/Description
  12. Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
  13. endef
  14. KERNELNAME:=zImage dtbs
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += \
  17. kmod-usb-fotg210 \
  18. kmod-usb-ledtrig-usbport \
  19. kmod-leds-gpio \
  20. kmod-gpio-button-hotplug
  21. $(eval $(call BuildTarget))