target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / rockchip / image / armv8.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2020 Tobias Maedel
4
5 define Device/friendlyarm_nanopi-r2s
6 DEVICE_VENDOR := FriendlyARM
7 DEVICE_MODEL := NanoPi R2S
8 SOC := rk3328
9 UBOOT_DEVICE_NAME := nanopi-r2s-rk3328
10 IMAGE/sysupgrade.img.gz := boot-common | boot-script nanopi-r2s | pine64-img | gzip | append-metadata
11 DEVICE_PACKAGES := kmod-usb-net-rtl8152
12 endef
13 TARGET_DEVICES += friendlyarm_nanopi-r2s
14
15 define Device/pine64_rockpro64
16 DEVICE_VENDOR := Pine64
17 DEVICE_MODEL := RockPro64
18 SOC := rk3399
19 UBOOT_DEVICE_NAME := rockpro64-rk3399
20 IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
21 endef
22 TARGET_DEVICES += pine64_rockpro64
23
24 define Device/radxa_rock-pi-4
25 DEVICE_VENDOR := Radxa
26 DEVICE_MODEL := ROCK Pi 4
27 SOC := rk3399
28 SUPPORTED_DEVICES := radxa,rockpi4
29 UBOOT_DEVICE_NAME := rock-pi-4-rk3399
30 IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
31 endef
32 TARGET_DEVICES += radxa_rock-pi-4