We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b59cbc commit c9c3f69Copy full SHA for c9c3f69
target/linux/rockchip/image/armv8.mk
@@ -183,6 +183,16 @@ define Device/friendlyarm_nanopi-r5s
183
endef
184
TARGET_DEVICES += friendlyarm_nanopi-r5s
185
186
+define Device/friendlyarm_nanopi-r6s
187
+ DEVICE_VENDOR := FriendlyARM
188
+ DEVICE_MODEL := NanoPi R6S
189
+ SOC := rk3588s
190
+ UBOOT_DEVICE_NAME := nanopi-r6s-rk3588s
191
+ IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
192
+ DEVICE_PACKAGES := kmod-r8125-rss
193
+endef
194
+TARGET_DEVICES += friendlyarm_nanopi-r6s
195
+
196
define Device/firefly_station-p2
197
DEVICE_VENDOR := Firefly
198
DEVICE_MODEL := Station P2
0 commit comments