0835adc41d7c569946f4df91a4a736debcf389e2
[openwrt/openwrt.git] / target / linux / gemini / Makefile
1 #
2 # Copyright (C) 2009-2018 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=gemini
11 BOARDNAME:=Cortina Systems CS351x
12 FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
13 CPU_TYPE:=fa526
14
15 KERNEL_PATCHVER:=5.4
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 kmod-ledtrig-heartbeat \
29 kmod-gpio-button-hotplug
30
31 $(eval $(call BuildTarget))