2021-06-14 18:30:08 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-09-06 19:19:45 +08:00
|
|
|
#
|
2018-05-22 18:44:30 +08:00
|
|
|
# Copyright (C) 2009-2018 OpenWrt.org
|
2021-06-14 18:30:08 +08:00
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=gemini
|
|
|
|
BOARDNAME:=Cortina Systems CS351x
|
2019-04-12 11:39:40 +08:00
|
|
|
FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
|
2017-09-06 19:19:45 +08:00
|
|
|
CPU_TYPE:=fa526
|
|
|
|
|
2021-06-14 18:30:08 +08:00
|
|
|
KERNEL_PATCHVER:=5.10
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2018-05-22 18:44:30 +08:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
|
|
|
|
endef
|
|
|
|
|
|
|
|
KERNELNAME:=zImage dtbs
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2018-05-22 18:44:30 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
2019-12-10 22:02:51 -08:00
|
|
|
kmod-usb-fotg210 \
|
2019-01-03 19:29:28 +08:00
|
|
|
kmod-usb-ledtrig-usbport \
|
2021-06-15 17:58:07 +08:00
|
|
|
kmod-leds-gpio \
|
2018-05-22 18:44:30 +08:00
|
|
|
kmod-gpio-button-hotplug
|
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
$(eval $(call BuildTarget))
|