diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 17ccdeb275..a348883024 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -176,6 +176,22 @@ define Device/asus_rt-ac3100 endef TARGET_DEVICES += asus_rt-ac3100 +define Device/asus_rt-ac3200 + $(call Device/asus) + DEVICE_MODEL := RT-AC3200 + DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES) + ASUS_PRODUCTID := RT-AC3200 +endef +TARGET_DEVICES += asus_rt-ac3200 + +define Device/asus_rt-ac5300 + $(call Device/asus) + DEVICE_MODEL := RT-AC5300 + DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) + ASUS_PRODUCTID := RT-AC5300 +endef +TARGET_DEVICES += asus_rt-ac5300 + define Device/asus_rt-ac56u $(call Device/asus) DEVICE_MODEL := RT-AC56U