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