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