immortalwrt/target/linux/gemini/Makefile

33 lines
734 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
#
2018-05-22 18:44:30 +08:00
# Copyright (C) 2009-2018 OpenWrt.org
2017-09-06 19:19:45 +08: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
FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part
2017-09-06 19:19:45 +08:00
CPU_TYPE:=fa526
MAINTAINER:=Roman Yeryomin <roman@advem.lv>
KERNEL_PATCHVER:=4.19
2017-09-06 19:19:45 +08:00
2018-05-22 18:44:30 +08:00
define Target/Description
Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU
endef
KERNELNAME:=zImage dtbs
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
2018-05-22 18:44:30 +08:00
DEFAULT_PACKAGES += \
2019-12-11 14:02:51 +08:00
kmod-usb-fotg210 \
kmod-usb-ledtrig-usbport \
kmod-leds-gpio kmod-ledtrig-heartbeat \
2018-05-22 18:44:30 +08:00
kmod-gpio-button-hotplug
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))