diff options
author | Davide Fioravanti <pantanastyle@gmail.com> | 2023-06-22 00:33:16 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2023-10-26 08:50:25 +0200 |
commit | 74dbee1ea0d1d0010cb2955e08708c8b2c04e40c (patch) | |
tree | c221a98eec135069c1bb68cc2e8865a2cfe43cdc /target/linux | |
parent | cdf7c3a16e60a9ce6ba2b362b0c1a40c2fe4a17a (diff) | |
download | upstream-74dbee1ea0d1d0010cb2955e08708c8b2c04e40c.tar.gz upstream-74dbee1ea0d1d0010cb2955e08708c8b2c04e40c.tar.bz2 upstream-74dbee1ea0d1d0010cb2955e08708c8b2c04e40c.zip |
bcm53xx: add Wavlink Quantum DAX/WL-WN538A8 as alt name
As already documented in the wiki (https://openwrt.org/toh/wavlink/quantum_dax_wn538a8),
this router is based on the Phicomm K3. Just the flashing method is different
Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
(cherry picked from commit f1136fe1fd3e7539c4efb035efeffe77500dd9c0)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index defa68e59f..b1eb4277b7 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -461,6 +461,10 @@ TARGET_DEVICES += smartrg_sr400ac define Device/phicomm_k3 DEVICE_VENDOR := PHICOMM DEVICE_MODEL := K3 + DEVICE_ALT0_VENDOR := Wavlink + DEVICE_ALT0_MODEL := QUANTUM DAX + DEVICE_ALT1_VENDOR := Wavlink + DEVICE_ALT1_MODEL := WL-WN538A8 DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) IMAGES := trx endef |