kernel: disable DRM_LIB_RANDOM by default
[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
13 CPU_TYPE:=fa526
14 MAINTAINER:=Roman Yeryomin <roman@advem.lv>
15
16 KERNEL_PATCHVER:=4.14
17
18 define Target/Description
19 Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
20 endef
21
22 KERNELNAME:=zImage dtbs
23
24 include $(INCLUDE_DIR)/target.mk
25
26 DEFAULT_PACKAGES += \
27 kmod-leds-gpio kmod-led-trig-heartbeat \
28 kmod-gpio-button-hotplug
29
30 $(eval $(call BuildTarget))