summaryrefslogtreecommitdiffstats
path: root/target/linux/rockchip
diff options
context:
space:
mode:
authorTomas Lara <tl849670@gmail.com>2024-08-03 19:16:15 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2024-08-08 22:35:38 +0200
commit3ac9c4a289d07dcef83c263147c1baa5bc1ce9b2 (patch)
tree6695f5cfcd6adb5f9abe49e42facd14089aee25a /target/linux/rockchip
parentd1954aa5353eca59bb76d860b09a68a01e7ec05a (diff)
downloadopenwrt-3ac9c4a289d07dcef83c263147c1baa5bc1ce9b2.tar.gz
openwrt-3ac9c4a289d07dcef83c263147c1baa5bc1ce9b2.tar.bz2
openwrt-3ac9c4a289d07dcef83c263147c1baa5bc1ce9b2.zip
rockchip: rock 3a: fix image check failed
Fixes the image check failed on system upgrade "Image check failed: upgrade: Device radxa,rock3a not supported by this image upgrade: Supported devices: radxa,rock-3a" Signed-off-by: Tomas Lara <tl849670@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16064 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r--target/linux/rockchip/image/armv8.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk
index d8d180a214..c92a8ba4f7 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -119,6 +119,7 @@ define Device/radxa_rock-3a
DEVICE_VENDOR := Radxa
DEVICE_MODEL := ROCK 3A
SOC := rk3568
+ SUPPORTED_DEVICES := radxa,rock3a
DEVICE_PACKAGES := kmod-usb-net-cdc-ncm kmod-usb-net-rndis
endef
TARGET_DEVICES += radxa_rock-3a