diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-02-13 13:11:56 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-02-19 19:34:18 +0100 |
commit | 2db231e77a3a547a6635d16cdf97f9128a8bd277 (patch) | |
tree | 00076b28d7169ab8ebd8ae8dd91f9f2e48adf077 /target/linux | |
parent | 256e1dbc7d09b165bcfadb373cde963f5d7f7fca (diff) | |
download | upstream-2db231e77a3a547a6635d16cdf97f9128a8bd277.tar.gz upstream-2db231e77a3a547a6635d16cdf97f9128a8bd277.tar.bz2 upstream-2db231e77a3a547a6635d16cdf97f9128a8bd277.zip |
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>
Diffstat (limited to 'target/linux')
-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 |