diff options
Diffstat (limited to 'target/linux/ath79/image/generic.mk')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 87586492be..69067c9de0 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -356,6 +356,17 @@ define Device/comfast_cf-wr650ac-v2 endef TARGET_DEVICES += comfast_cf-wr650ac-v2 +define Device/comfast_cf-wr752ac-v1 + SOC := qca9531 + DEVICE_VENDOR := COMFAST + DEVICE_MODEL := CF-WR752AC + DEVICE_VARIANT := v1 + DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca9888-ct \ + -uboot-envtools + IMAGE_SIZE := 16192k +endef +TARGET_DEVICES += comfast_cf-wr752ac-v1 + define Device/devolo_dvl1200e SOC := qca9558 DEVICE_VENDOR := devolo |