2009-05-11 18:27:33 +00:00
|
|
|
#
|
2018-04-29 16:07:05 +00:00
|
|
|
# Copyright (C) 2009-2018 OpenWrt.org
|
2009-05-11 18:27:33 +00:00
|
|
|
#
|
|
|
|
# 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
|
2018-05-01 18:23:56 +00:00
|
|
|
FEATURES:=squashfs pci rtc usb dt gpio display
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=fa526
|
2015-03-26 20:37:09 +00:00
|
|
|
MAINTAINER:=Roman Yeryomin <roman@advem.lv>
|
2009-05-11 18:27:33 +00:00
|
|
|
|
2018-04-29 16:07:05 +00:00
|
|
|
KERNEL_PATCHVER:=4.14
|
2009-05-11 18:27:33 +00:00
|
|
|
|
2018-04-29 16:07:05 +00:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
|
|
|
|
endef
|
|
|
|
|
|
|
|
KERNELNAME:=zImage dtbs
|
2013-06-27 19:58:31 +00:00
|
|
|
|
2009-05-11 18:27:33 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2018-05-01 18:23:56 +00:00
|
|
|
DEFAULT_PACKAGES += \
|
2018-10-18 09:30:27 +00:00
|
|
|
kmod-usb-core kmod-usb-fotg210 \
|
|
|
|
kmod-usb-ledtrig-usbport \
|
2018-05-01 18:23:56 +00:00
|
|
|
kmod-leds-gpio kmod-led-trig-heartbeat \
|
|
|
|
kmod-gpio-button-hotplug
|
|
|
|
|
2009-05-11 18:27:33 +00:00
|
|
|
$(eval $(call BuildTarget))
|