Browse Source

Update Makefile

kiddin9 3 years ago
parent
commit
b282877b22
1 changed files with 2 additions and 2 deletions
  1. 2 2
      devices/armvirt_64/diy/target/linux/armvirt/image/Makefile

+ 2 - 2
devices/armvirt_64/diy/target/linux/armvirt/image/Makefile

@@ -56,8 +56,8 @@ endef
 TARGET_DEVICES += mxqpro
 
 define Device/x96max
-  DEVICE_VENDOR := x96
-  DEVICE_MODEL := Max
+  DEVICE_VENDOR := x96 Max
+  DEVICE_MODEL := s905x2
   SOC := s905x2
   DEVICE_PACKAGES := 
 endef