lede/target/linux/gemini/Makefile

30 lines
592 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
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
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
KERNEL_PATCHVER:=5.10
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-10 22:02:51 -08:00
kmod-usb-fotg210 \
kmod-usb-ledtrig-usbport \
2021-06-15 17:58:07 +08:00
kmod-leds-gpio \
2018-05-22 18:44:30 +08:00
kmod-gpio-button-hotplug
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))