From: Christian Lamparter Date: Sun, 13 Feb 2022 12:11:56 +0000 (+0100) Subject: mpc85xx: add HiveAP-350 alternative name for HiveAP-330 X-Git-Tag: v22.03.0-rc1~392 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2db231e77a3a547a6635d16cdf97f9128a8bd277 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 --- 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