gemini: Bump to kernel v6.1
[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 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=5.15
15 KERNEL_TESTING_PATCHVER:=6.1
16
17 define Target/Description
18 Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
19 endef
20
21 KERNELNAME:=zImage dtbs
22
23 include $(INCLUDE_DIR)/target.mk
24
25 DEFAULT_PACKAGES += \
26 kmod-usb-fotg210 \
27 kmod-usb-ledtrig-usbport \
28 kmod-leds-gpio \
29 kmod-gpio-button-hotplug
30
31 $(eval $(call BuildTarget))