[openwrt/openwrt] mpc85xx: add HiveAP-350 alternative name for HiveAP-330

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 19 11:15:34 PST 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2db231e77a3a547a6635d16cdf97f9128a8bd277

commit 2db231e77a3a547a6635d16cdf97f9128a8bd277
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sun Feb 13 13:11:56 2022 +0100

    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 at 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



More information about the lede-commits mailing list