build: add a config option for enabling a testing version of the target kernel
[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 MAINTAINER:=Roman Yeryomin <roman@advem.lv>
15
16 KERNEL_PATCHVER:=4.14
17 KERNEL_TESTING_PATCHVER := 4.19
18
19 define Target/Description
20 Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
21 endef
22
23 KERNELNAME:=zImage dtbs
24
25 include $(INCLUDE_DIR)/target.mk
26
27 DEFAULT_PACKAGES += \
28 kmod-usb-core kmod-usb-fotg210 \
29 kmod-usb-ledtrig-usbport \
30 kmod-leds-gpio kmod-ledtrig-heartbeat \
31 kmod-gpio-button-hotplug
32
33 $(eval $(call BuildTarget))