aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/Makefile
blob: 95a5a87eaa4d23d8baa2be155ca84138fb1543a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2009-2018 OpenWrt.org

include $(TOPDIR)/rules.mk

ARCH:=arm
BOARD:=gemini
BOARDNAME:=Cortina Systems CS351x
FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
CPU_TYPE:=fa526

KERNEL_PATCHVER:=5.10

define Target/Description
	Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
endef

KERNELNAME:=zImage dtbs

include $(INCLUDE_DIR)/target.mk

DEFAULT_PACKAGES += \
	kmod-usb-fotg210 \
	kmod-usb-ledtrig-usbport \
	kmod-leds-gpio \
	kmod-gpio-button-hotplug

$(eval $(call BuildTarget))