From 2db231e77a3a547a6635d16cdf97f9128a8bd277 Mon Sep 17 00:00:00 2001
From: Christian Lamparter <chunkeey@gmail.com>
Date: Sun, 13 Feb 2022 13:11:56 +0100
Subject: [PATCH] mpc85xx: add HiveAP-350 alternative name for HiveAP-330

The HiveAP-350 has six external antennas connectors.
(It also has twice the flash?)

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
---
 target/linux/mpc85xx/image/p1020.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/mpc85xx/image/p1020.mk b/target/linux/mpc85xx/image/p1020.mk
index fff2c3931f..a50b489df1 100644
--- a/target/linux/mpc85xx/image/p1020.mk
+++ b/target/linux/mpc85xx/image/p1020.mk
@@ -13,6 +13,8 @@ endef
 define Device/aerohive_hiveap-330
   DEVICE_VENDOR := Aerohive
   DEVICE_MODEL := HiveAP-330
+  DEVICE_ALT0_VENDOR := Aerohive
+  DEVICE_ALT0_MODEL := HiveAP-350
   DEVICE_PACKAGES := kmod-tpm-i2c-atmel
   BLOCKSIZE := 128k
   KERNEL := kernel-bin | uImage none
-- 
2.30.2