OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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
3 office 12 FEATURES:=squashfs pci rtc usb dt gpio display
1 office 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 += \
3 office 27 kmod-leds-gpio kmod-led-trig-heartbeat \
1 office 28 kmod-gpio-button-hotplug
29  
30 $(eval $(call BuildTarget))