diff options
Diffstat (limited to 'target/linux/bcm53xx/image/Makefile')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 55db479701..fc18a96232 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -313,6 +313,13 @@ define Device/smartrg-sr400ac endef TARGET_DEVICES += smartrg-sr400ac +define Device/phicomm-k3 + DEVICE_TITLE := PHICOMM K3 + DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) + IMAGES := trx +endef +TARGET_DEVICES += phicomm-k3 + define Device/tenda-ac9 DEVICE_TITLE := Tenda AC9 DEVICE_PACKAGES := $(B43) $(USB2_PACKAGES) |