diff options
| author | Christian Lamparter | 2022-02-13 12:11:56 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2022-02-19 18:34:18 +0000 |
| commit | 2db231e77a3a547a6635d16cdf97f9128a8bd277 (patch) | |
| tree | 00076b28d7169ab8ebd8ae8dd91f9f2e48adf077 | |
| parent | 256e1dbc7d09b165bcfadb373cde963f5d7f7fca (diff) | |
| download | openwrt-2db231e77a3a547a6635d16cdf97f9128a8bd277.tar.gz | |
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>
| -rw-r--r-- | target/linux/mpc85xx/image/p1020.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |