Makefile 641 B

12345678910111213141516171819202122232425262728293031
  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. SUBTARGETS:=generic
  11. KERNEL_PATCHVER:=5.15
  12. KERNEL_TESTING_PATCHVER:=6.1
  13. define Target/Description
  14. Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
  15. endef
  16. KERNELNAME:=zImage dtbs
  17. include $(INCLUDE_DIR)/target.mk
  18. DEFAULT_PACKAGES += \
  19. kmod-usb-fotg210 \
  20. kmod-usb-ledtrig-usbport \
  21. kmod-leds-gpio \
  22. kmod-gpio-button-hotplug
  23. $(eval $(call BuildTarget))