We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129619e commit 2d1c8abCopy full SHA for 2d1c8ab
1 file changed
target/linux/rockchip/image/armv8.mk
@@ -123,6 +123,16 @@ define Device/friendlyarm_nanopi-neo3
123
endef
124
TARGET_DEVICES += friendlyarm_nanopi-neo3
125
126
+define Device/friendlyarm_nanopc-t6
127
+ DEVICE_VENDOR := FriendlyARM
128
+ DEVICE_MODEL := NanoPC T6
129
+ SOC := rk3588
130
+ UBOOT_DEVICE_NAME := nanopc-t6-rk3588
131
+ IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
132
+ DEVICE_PACKAGES := kmod-r8125-rss
133
+endef
134
+TARGET_DEVICES += friendlyarm_nanopc-t6
135
+
136
define Device/friendlyarm_nanopi-r2c
137
DEVICE_VENDOR := FriendlyARM
138
DEVICE_MODEL := NanoPi R2C
0 commit comments