You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
780 B
33 lines
780 B
#
|
|
# Copyright (C) 2009-2018 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=gemini
|
|
BOARDNAME:=Cortina Systems CS351x
|
|
FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
|
|
CPU_TYPE:=fa526
|
|
MAINTAINER:=Roman Yeryomin <roman@advem.lv>
|
|
|
|
KERNEL_PATCHVER:=4.14
|
|
KERNEL_TESTING_PATCHVER := 4.19
|
|
|
|
define Target/Description
|
|
Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
|
|
endef
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb-core kmod-usb-fotg210 \
|
|
kmod-usb-ledtrig-usbport \
|
|
kmod-leds-gpio kmod-ledtrig-heartbeat \
|
|
kmod-gpio-button-hotplug
|
|
|
|
$(eval $(call BuildTarget))
|
|
|