aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/Makefile
blob: a9414a26068716ee930ec9df07a7a2bac16db7cc (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
#
# Copyright (C) 2009-2018 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk

ARCH:=arm
BOARD:=gemini
BOARDNAME:=Cortina Systems CS351x
FEATURES:=squashfs pci rtc usb dt gpio
CPU_TYPE:=fa526
MAINTAINER:=Roman Yeryomin <roman@advem.lv>

KERNEL_PATCHVER:=4.14

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

KERNELNAME:=zImage dtbs

include $(INCLUDE_DIR)/target.mk

$(eval $(call BuildTarget))