lede/target/linux/sunxi/image/cortexa8.mk

56 lines
1.5 KiB
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-10-19 22:23:41 +08:00
#
# Copyright (C) 2013-2016 OpenWrt.org
# Copyright (C) 2016 Yousong Zhou
2020-02-08 17:16:54 +08:00
define Device/cubietech_a10-cubieboard
DEVICE_VENDOR := Cubietech
DEVICE_MODEL := Cubieboard
2020-07-02 23:30:56 +08:00
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
2020-02-08 17:16:54 +08:00
SOC := sun4i
2017-10-19 22:23:41 +08:00
endef
2020-02-08 17:16:54 +08:00
TARGET_DEVICES += cubietech_a10-cubieboard
2017-10-19 22:23:41 +08:00
2020-02-08 17:16:54 +08:00
define Device/linksprite_a10-pcduino
DEVICE_VENDOR := LinkSprite
DEVICE_MODEL := pcDuino
DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-rtl8192cu
SOC := sun4i
2017-10-19 22:23:41 +08:00
endef
2020-02-08 17:16:54 +08:00
TARGET_DEVICES += linksprite_a10-pcduino
define Device/marsboard_a10-marsboard
DEVICE_VENDOR := HAOYU Electronics
DEVICE_MODEL := MarsBoard A10
DEVICE_PACKAGES:=mod-ata-core kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi \
sound-soc-sunxi
SOC := sun4i
2017-10-19 22:23:41 +08:00
endef
2020-02-08 17:16:54 +08:00
TARGET_DEVICES += marsboard_a10-marsboard
2017-10-19 22:23:41 +08:00
2020-02-08 17:16:54 +08:00
define Device/olimex_a10-olinuxino-lime
DEVICE_VENDOR := Olimex
DEVICE_MODEL := A10-OLinuXino-LIME
2020-07-02 23:30:56 +08:00
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
2020-02-08 17:16:54 +08:00
SOC := sun4i
2017-10-19 22:23:41 +08:00
endef
2020-02-08 17:16:54 +08:00
TARGET_DEVICES += olimex_a10-olinuxino-lime
2017-10-19 22:23:41 +08:00
2020-02-08 17:16:54 +08:00
define Device/olimex_a13-olimex-som
DEVICE_VENDOR := Olimex
DEVICE_MODEL := A13-SOM
DEVICE_PACKAGES:=kmod-rtl8192cu
SUPPORTED_DEVICES:=olimex,a13-olinuxino
SOC := sun5i-a13
SUNXI_DTS := sun5i-a13-olinuxino
2017-10-19 22:23:41 +08:00
endef
2020-02-08 17:16:54 +08:00
TARGET_DEVICES += olimex_a13-olimex-som
2017-10-19 22:23:41 +08:00
2020-02-08 17:16:54 +08:00
define Device/olimex_a13-olinuxino
DEVICE_VENDOR := Olimex
DEVICE_MODEL := A13-OLinuXino
DEVICE_PACKAGES:=kmod-rtl8192cu
SOC := sun5i
endef
2020-02-08 17:16:54 +08:00
TARGET_DEVICES += olimex_a13-olinuxino